locus-mcp

paladini/locus-mcp
★ 0 stars TypeScript AI/LLM Updated today
Agent-first MCP server for LSP-based code intelligence
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "locus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "paladini/locus-mcp"
      ]
    }
  }
}

README Excerpt

Locus gives your AI coding agent a map of your codebase. Whether you write code yourself or work through Cursor, Codex, or Claude Code, Locus connects your agent to the same go-to-definition and find-references intelligence your IDE uses — through [MCP](https://modelcontextprotocol.io) (Model Context Protocol), a standard plug-in layer for AI tools. Configure it once; your agent uses six small tools to find symbols, trace callers, read types, and catch errors before you run tests.

Topics

code-intelligencelsplsp-servermcpmcp-servermcp-serversmcp-serviceserenaserena-mcp