← Index

io.github.p1va/symbols

io.github.p1va/symbols·v1.0.0·Other
Quality Score
70
/100

MCP server to read, inspect and troubleshoot codebase symbols

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "symbols": {
      "command": "npx",
      "args": [
        "-y",
        "@p1va/symbols"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "symbols": {
      "command": "npx",
      "args": [
        "-y",
        "@p1va/symbols"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @p1va/symbols
§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other