Ask for the symbol, not the file. Token-efficient MCP server giving AI coding agents symbol-level reads of TS/JS, Rust, Python, Java, Go, JSON, and Markdown
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"symbolpeek-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"symbolpeek-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add symbolpeek-mcp cargo run -- symbolpeek-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"symbolpeek-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"symbolpeek-mcp"
]
}
}
}
📋 Copy
Topics
agent-mcp agents go java js llm mcp mcp-server puthon rust ts typescript