Skip to main content
Cohaku works with all major AI coding tools. Run cohaku init to automatically detect and configure your installed tools.

Supported Tools

ToolMCP RegistrationConfig GenerationAuto-detected
Claude CodeCLI (claude mcp add)CLAUDE.mdYes
Claude DesktopJSON configYes
CursorJSON config.cursor/rules/cohaku.mdcYes
WindsurfJSON config.windsurf/rules/cohaku.mdYes
VS Code / CopilotJSON config.github/copilot-instructions.mdYes
ClineVia VS Code MCP.clinerules/cohaku.mdYes
Roo CodeVia VS Code MCP.roo/rules/cohaku.mdYes
OpenCodeJSON config.opencode/instructions.mdYes
KiroJSON configYes
TraeJSON configYes
AntigravityJSON configYes
GeminiGEMINI.mdYes

Automatic Setup

npm install -g @cohaku/cli
cohaku init
cohaku init will:
  1. Initialize the database
  2. Scan for installed tools
  3. Register the MCP server with each detected tool

Manual Setup

For tools that use JSON config files, add the following to the appropriate config file:
{
  "mcpServers": {
    "cohaku": {
      "command": "cohaku",
      "args": ["mcp"]
    }
  }
}