Symbols runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 22 Jul 2026.
MCP server to read, inspect and troubleshoot codebase symbols
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const serverProcess = cp.spawn(processedCommandName, processedCommandArgs, {
Object.entries(process.env).filter(([key]) => !key.startsWith('SYMBOLS_'))
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
Advanced codebase indexing and semantic search MCP server
MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.
Indexes your codebase's public API and serves it via compact MCP tool responses.
Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.
An MCP server that converts Figma designs into React code.
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
Zero-cost MCP server for local code inspection and best-practice recommendations
ContextStream MCP server for code context, memory, search, and AI tools.
Answers built from our own checks of this server.