mcpbeat Sign in
local only

katra runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 27 Aug 2026.

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

Installs / week
not published
0
Stars
0 open issues
27 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command branding/build.py:336
    subprocess.run(
Builds a file path from a variable internal/cli/cmd_agent_hook.go:149, internal/cli/cmd_init.go:29, internal/cli/cmd_setup.go:48 и ещё 3
                abs = filepath.Join(wd, abs)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to katra

same job, measured the same way
Quellgeist Commits
by rajeev-shyam

Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).

local only
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering
Itsoc MCP
by ankit512

Read-only MCP server over a local log-analysis backend; a client that computes no verdicts.

94 installs/wk local only
Mindforge
by sairam0424

Read the MindForge engine over MCP: knowledge graph, project health, and audit log.

146 installs/wk local only
Airflow
by us-all

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)

79 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Cortex RMCP
by dinglebear

Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.

389 installs/wk local only
Orquesta
by getorquesta

Read a project's prompts, logs and agents, and send new work to the agent on your own machines.

answering

katra — questions

Answers built from our own checks of this server.

Why is there no uptime for katra?
katra runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is katra open source?
Yes — it is published under the MIT licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.