Skip to content
Cursor

kai for Cursor

io.github.kailayerhq/kai

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

client:Cursor transport:stdio runtime:npm

Install kai in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kai-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kai in other clients