MCP Directory
Back

pitlane-mcp

by eresende · Rust · ★ 78

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related ai & ml servers