MCP Servers / development / Code-Index-MCP

Code-Index-MCP

JSON →
stdionone52development

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
How to run this server
[ { "cmd": "pip install index-it-mcp==1.2.0", "imports": [] } ]
server path: code-index-mcp
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envVOYAGE_API_KEY
envVLLM_EMBEDDING_BASE_URL
envVLLM_SUMMARIZATION_BASE_URL
envMCP_SERVER_HOST
envMCP_SERVER_PORT
envOPENAI_API_KEY
envYOUR_REPO_ID
Resources
Code-Index-MCP — MCP Server · libregistry