SimplyLiz/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.
Quick Start
Clone the repository:
git clone https://github.com/SimplyLiz/CodeMCPClaude Desktop configuration example:
{
"mcpServers": {
"simplyliz-codemcp": {
"command": "npx",
"args": [
"-y",
"SimplyLiz/CodeMCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.