bahdotsh/indxr
A fast codebase indexer and MCP server for AI coding agents.
Parses 27 languages using tree-sitter ASTs (8 languages) and regex extraction (19 more) to build structural maps with symbol relationships, dependency graphs, and complexity metrics. Exposes a 26-tool MCP server over JSON-RPC supporting live queries like caller tracing, type flow tracking, and git structural diffing, with progressive token truncation to reduce context overhead by ~5x versus full file reads. Automatically configures Claude Code, Cursor, Windsurf, and Codex CLI via `indxr init`, with workspace support for Cargo, npm, and Go monorepos.
Stars
39
Forks
1
Language
Rust
License
MIT
Category
Last pushed
Mar 28, 2026
Monthly downloads
24
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/bahdotsh/indxr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qdrant/mcp-server-qdrant
An official Qdrant Model Context Protocol (MCP) server implementation
mhalder/qdrant-mcp-server
MCP server for semantic search using local Qdrant vector database and OpenAI embeddings
cornelcroi/context-lens
Semantic search knowledge base for MCP-enabled AI assistants. Index local files or GitHub repos,...
tomschell/personal-kg-mcp
Personal Knowledge Graph MCP Server - Decision intelligence for multi-agent workflows
n-r-w/knowledgegraph-mcp
MCP server for enabling persistent knowledge storage for Claude through a knowledge graph with...