ArkHive · open-source MCP serversWhere context gives meaning.
A tamper-evident, hash-chained ledger giving your agent persistent identity, auditable history, and cryptographic proof of everything it's done. Zero config, local-first, Apache-2.0.
Every entry is a hash-linked block, so nothing — not a hallucination, not a bad actor, not even you — can quietly rewrite what your agent knew or did, and one call proves the whole chain is intact. Give it a name and a covenant and your agent becomes someone that persists across sessions instead of a stateless goldfish. Before it acts, govern checks the decision against your constraints, so "oops, it refunded everyone" never ships. And every recall pulls what it already knows instead of re-deriving it — fewer tokens, faster turns. It all runs local: your data never leaves the machine, no API keys, no vendor lock-in. The accountability layer your agents were missing.
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 # just renamed — if pip can't find it yet, the old name still works: # pip install humane-intelligence
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.
# From source (today): pip install git+https://github.com/sammyboi81/algernon # PyPI (publishing this week): pip install algernon-mcp
Source: github.com/sammyboi81/algernon
Both 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 two 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.