ArkHive · open-source MCP serversWhere context gives meaning.
Give your agent a memory it can prove. Five tools. Zero config. Your data stays on your machine.
govern stops "oops, it refunded everyone" before it ships.recall reuses what it knows instead of re-deriving it.Governed, tamper-evident memory for your agent. Five tools: birth · remember · recall · verify · govern.
# Claude Code: claude mcp add --transport http arkhive https://arkhive.dondatabrain.com/mcp # Any MCP client — HTTP endpoint: https://arkhive.dondatabrain.com/mcp
pip install arkhive-mcp # 0.2.1 — see the upgrade tool inside for v2
Then add it to Claude Desktop (claude_desktop_config.json) or any MCP client:
{
"mcpServers": {
"arkhive": { "command": "arkhive-mcp" }
}
}
pip install arkhive-ledger # one file, zero dependencies
python -c "import arkhive; me = arkhive.birth('scout', ['do no harm']); print(arkhive.verify())"
Provider-agnostic fleet orchestration: split a big goal into tightly-scoped parallel sub-tasks, run them on cheap workers with your own LLM key, and stay free to think. Orchestrate a fleet. Keep your mind.
pip install algernon-mcp # 0.1.1 — no key? it uses your local Ollama automatically
algernon # then add {"command": "algernon"} to your MCP client
Source: github.com/sammyboi81/algernon
Governed orchestration that composes the two above: every dispatch passes a fail-closed two-chamber gate first and is logged to both memory chains. The gate your agents can't bypass.
pip install sentarion-mcp # 0.2.2 # hosted, no install: claude mcp add --transport http sentarion https://arkhive.dondatabrain.com/sentarion/mcp
Source: github.com/sammyboi81/sentarion
Everything above stays free. v2 is for teams who run this every day: tenant spaces, full-text recall, token-budgeted context packs, Ed25519-signed verify that names the tampered block, inferred risk flags + per-agent policies, fleet budgets and result cache, {{id}} data flow, MCP progress + background jobs, signed audit manifests, adversarial code review, a worktree sandbox with diffs, and a hosted endpoint with per-key spaces.
v2 is included in InboxAxe Pro — $27 for your first 15 days, then $177/mo. Start →
All three servers are free forever — self-host, no telemetry. When you'd rather not DIY:
Built by the team behind InboxAxe — the governed AI marketing platform where nothing sends without your yes.
These three servers are fully open source and self-hostable. The production DonDataBrain substrate they were grown in — the 2.29M-block flagship chain and the Senthar runtime — is licensed separately. Safety shouldn't be behind a paywall; the safety layer is the part we give away.