mcpbeat Sign in

Symbols MCP Server

local only

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

Installs per day peak 32 · avg 12 · +5% w/w
a month agotoday
57
Installs / week
npm · @p1va/symbols
4
Stars
0 open issues
22 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/lsp-client.ts:201
    const serverProcess = cp.spawn(processedCommandName, processedCommandArgs, {
Dumps the whole environment src/lsp-client.ts:123
      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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add symbols -- npx -y @p1va/symbols
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "symbols": {
      "args": [
        "-y",
        "@p1va/symbols"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.symbols]
command = "npx"
args = ["-y", "@p1va/symbols"]
.cursor/mcp.json
{
  "mcpServers": {
    "symbols": {
      "args": [
        "-y",
        "@p1va/symbols"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "symbols": {
      "args": [
        "-y",
        "@p1va/symbols"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Symbols

same job, measured the same way
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
Vonage Documentation MCP
by vonage

MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.

7 tools answering
Codesurface
by codeturion

Indexes your codebase's public API and serves it via compact MCP tool responses.

202 installs/wk local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

53 installs/wk local only
Chrome Debugger MCP
by bitepro

Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code

47 installs/wk local only
Readyorai
by tedoneobichajavascript

Zero-cost MCP server for local code inspection and best-practice recommendations

32 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only

Symbols — questions

Answers built from our own checks of this server.

Why is there no uptime for Symbols?
Symbols runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @p1va/symbols was installed 57 times last week.
How do I connect Symbols?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @p1va/symbols straight from npm; nothing to host, nothing to sign up for.
How many people use Symbols?
The npm package @p1va/symbols was installed 57 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Symbols open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.