Skip to content
Windsurf

katra for Windsurf

io.github.craigjmidwinter/katra

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

client:Windsurf transport:stdio runtime:oci

Install katra in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

katra in other clients