kilocode

GitHub

Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "kilocode": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kilocode"
      ]
    }
  }
}