Skip to content
Cursor

katra for Cursor

io.github.craigjmidwinter/katra

A committed markdown dev log and task graph that agents read and write over MCP.

client:Cursor transport:stdio runtime:oci

Install katra in Cursor

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

{
  "mcpServers": {
    "katra": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
      ]
    }
  }
}

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

katra in other clients