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
mantis
Provides security review capabilities for AI coding agents, automatically discovering, reproducing, and fixing vulnerabilities.
sast-skills
Transform your AI coding assistant into a SAST scanner to automatically detect vulnerabilities in code.
Lightswind-UI-Library
AI-native CLI-first React component library with MCP Server support.
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.