Skip to content
VS Code

katra for VS Code

io.github.craigjmidwinter/katra

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

client:VS Code transport:stdio runtime:oci

Install katra in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

katra in other clients