Skip to content
Zed

lsp mcp for Zed

io.github.theupsider/lsp-mcp

Universal LSP MCP server

client:Zed transport:stdio runtime:npm

Install lsp mcp in Zed

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

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

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

lsp mcp in other clients