katra for Zed
io.github.craigjmidwinter/katra
A committed markdown dev log and task graph that agents read and write over MCP.
client:Zed
transport:stdio
runtime:oci
Install katra in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"katra": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs