code-index-mcp
An MCP server that helps large language models index, search, and analyze code repositories.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 1.0k
- Source
- mcp-github
- Repository
- github.com/johnhuang316/code-index-mcp
Overview
Code Index MCP is a Model Context Protocol (MCP) server that enables AI assistants to understand and navigate complex codebases through intelligent indexing, advanced search capabilities, and detailed code analysis. Suitable for use cases such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis. Integration is simple—just add the relevant commands to your MCP configuration file and restart the application to get started.
Capabilities
- ▪Intelligent indexing of code repositories
- ▪Advanced search functionality
- ▪Detailed code analysis
- ▪Tree-based parsing for 10 core programming languages
- ▪Fallback strategies for over 50 file types
- ▪General file support
Use cases
Setup
Add the following to your MCP configuration file (e.g., `claude_desktop_config.json` or `~/.claude.json`): \
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I set the project path?
Add the `--project-path /absolute/path/to/repo` parameter at startup, or use the `set_project_path` command after startup.
What programming languages are supported?
Supports 10 core languages (e.g., Python, JavaScript) and over 50 additional file types.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
icm-architect
Design any process, idea, or problem as an ICM workspace, or refactor an existing folder into an ICM workspace.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.