symbols for Cursor
io.github.p1va/symbols
MCP server to read, inspect and troubleshoot codebase symbols
client:Cursor
transport:stdio
runtime:npm
Install symbols in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"symbols": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@p1va/symbols"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs