Skip to content
Zed

Locus for Zed

io.github.paladini/locus-mcp

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

client:Zed transport:stdio runtime:npm

Install Locus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Locus in other clients