Skip to content
Zed

symbols for Zed

io.github.p1va/symbols

MCP server to read, inspect and troubleshoot codebase symbols

client:Zed transport:stdio runtime:npm

Install symbols in Zed

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

{
  "context_servers": {
    "symbols": {
      "command": "npx",
      "args": [
        "-y",
        "@p1va/symbols"
      ]
    }
  }
}

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

symbols in other clients