Code-Index-MCP
JSON →A local-first code indexer that enhances LLMs with deep code understanding. It integrates with AI assistants via the Model Context Protocol (MCP) and supports AI-powered semantic search.
Install
pip install index-it-mcp==1.2.0 Tools · 2
- search_code Search indexed code using BM25 full-text search with optional semantic reranking. Returns matching code snippets with file paths and line numbers.
- symbol_lookup Look up a specific symbol (function, class, variable) by name across indexed repositories. Returns definition location and references.
Environment variables
VOYAGE_API_KEYVLLM_EMBEDDING_BASE_URLVLLM_SUMMARIZATION_BASE_URLMCP_SERVER_HOSTMCP_SERVER_PORTOPENAI_API_KEYYOUR_REPO_ID
Links
★ 52 GitHub stars