Back to MCP Servers
CodeMCP
Code intelligence MCP server with 80+ tools for semantic code search, impact analysis, call graphs, ownership detection, and architectural understanding. Supports Go, TypeScript, Python, Rust, Java via SCIP indexing.
developer-toolspythontypescriptrustgo
By SimplyLiz
Installation
npx -y CodeMCPConfiguration
{
"mcpServers": {
"CodeMCP": {
"command": "npx",
"args": ["-y", "CodeMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes