Skip to content
VS Code

Locus for VS Code

io.github.paladini/locus-mcp

Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.

client:VS Code transport:stdio runtime:npm

Install Locus in VS Code

.vscode/mcp.json

{
  "servers": {
    "locus-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paladini/locus-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Locus in other clients