katra
Rank #12,900io.github.craigjmidwinter/katra
A committed markdown dev log and task graph that agents read and write over MCP.
katra is a Model Context Protocol (MCP) server published by craigjmidwinter. It ranks #12,900 of 115,591 servers tracked on MCP Toplist. katra is listed on Official MCP, with 1 tracked version. It was first listed on Aug 26, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 102,691 of 115,591 servers on MCP Toplist.
Use katra
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add katra -- docker run -i --rm ghcr.io/craigjmidwinter/katra-mcp:0.1.0[mcp_servers.katra]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/craigjmidwinter/katra-mcp:0.1.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"katra": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"katra": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"katra": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"katra": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"katra": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/craigjmidwinter/katra-mcp:0.1.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.craigjmidwinter%2Fkatra)<a href="https://mcptoplist.com/server/io.github.craigjmidwinter%2Fkatra"><img src="https://mcptoplist.com/badge/io.github.craigjmidwinter%2Fkatra.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
craigjmidwinter
Other servers by craigjmidwinter
View all craigjmidwinter servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 26, 2026 |
Frequently asked questions
- Who maintains katra?
- katra is maintained by craigjmidwinter, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is katra listed on the Official MCP Registry?
- Yes — katra is listed on the Official MCP Registry.
- How many versions does katra have?
- MCP Toplist tracks 1 version of katra, most recently published on Aug 26, 2026.
- Where can I find the source code for katra?
- The source code for katra is hosted at github.com/craigjmidwinter/katra.