Pitlane MCP
par eresende
Token-efficient code intelligence server that indexes codebases using AST parsing for precise symbol retrieval.
What it does
Pitlane MCP is a high-performance code navigation substrate that reduces token usage by indexing codebases via tree-sitter AST parsing. Instead of reading entire files, AI agents can retrieve only the specific symbols, functions, or classes they need, drastically lowering context window pressure.
Tools
ensure_project_ready: Indexes the repository and prepares embeddings for use.search_symbols: Finds symbols by name, intent, or semantic meaning.get_symbol: Retrieves the source code of a specific symbol by its ID.trace_execution_path: Traces a likely execution path for a given behavior query.find_callers/find_callees: Performs shallow graph analysis to check impact or dependencies.search_content: Full-text search for literal strings or regex patterns.
Installation
Install via Homebrew:
brew tap eresende/pitlane-mcp
brew install pitlane-mcp
Configure in Claude Desktop:
"pitlane-mcp": {
"type": "stdio",
"command": "pitlane-mcp",
"args": []
}
Supported hosts
- Claude Desktop
- Claude Code
- VS Code
- Kiro IDE
Installation rapide
brew install pitlane-mcpInformations
- Tarification
- free
- Publié
- 4/15/2026
- étoiles






