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

Installation

npx -y CodeMCP

Configuration

{
  "mcpServers": {
    "CodeMCP": {
      "command": "npx",
      "args": ["-y", "CodeMCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub