Skip to content
Windsurf

symbols for Windsurf

io.github.p1va/symbols

MCP server to read, inspect and troubleshoot codebase symbols

client:Windsurf transport:stdio runtime:npm

Install symbols in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

symbols in other clients