Developer Tools
Trust: 28/100 (Limited)io.github.p1va/symbols Guide
MCP server to read, inspect and troubleshoot codebase symbols
2 starsby p1va
Quick Start
Install
npx @p1va/symbolsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-p1va-symbols": {
"command": "npx",
"args": [
"@p1va/symbols"
]
}
}
}