MCP Directory
Back

pitlane-mcp

by eresende · Rust · ★ 68

Token-efficient navigation substrate for AI coding agents. Index code once and retrieve only the symbols you need.

#ai#code-navigation#coding-agent#developer-tools#llm#mcp#model-context-protocol#rust#semantic-search#tree-sitter

Install

cargo install --git https://github.com/eresende/pitlane-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "pitlane-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:eresende/pitlane-mcp"
      ]
    }
  }
}

From the README

[](https://github.com/eresende/pitlane-mcp/actions/workflows/ci.yml) Token-efficient code intelligence MCP server for AI coding agents. indexes a codebase once with tree-sitter and lets agents retrieve the symbols they actually need instead of dumping whole files into context. is feature-complete and currently in maintenance mode. New major features are not actively planned. Bug fixes, compatibility updates, documentation improvements, and focused contributions are still welcome. AI coding agents tend to over-read. gives them a smaller navigation surface and symbol-level…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers