Skip to main content
Developer ToolsGo

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.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/SimplyLiz/CodeMCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "simplyliz-codemcp": {
      "command": "npx",
      "args": [
        "-y",
        "SimplyLiz/CodeMCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
SimplyLiz