Description

MCP server to index external repositories for AI code generation and analysis.

Installation

npx -y kodit
npm install kodit
git clone https://github.com/helixml/kodit

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "kodit": {
      "command": "npx",
      "args": [
        "-y",
        "kodit"
      ]
    }
  }
}