Symbols runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 22 Jul 2026.
MCP server to read, inspect and troubleshoot codebase symbols
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add symbols -- npx -y @p1va/symbols
{
"mcpServers": {
"symbols": {
"args": [
"-y",
"@p1va/symbols"
],
"command": "npx"
}
}
}
[mcp_servers.symbols]
command = "npx"
args = ["-y", "@p1va/symbols"]
{
"mcpServers": {
"symbols": {
"args": [
"-y",
"@p1va/symbols"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"symbols": {
"args": [
"-y",
"@p1va/symbols"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.