ArkHive MCP: governed, tamper-evident local memory for AI agents. Where context gives meaning.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Local-first governed memory for AI agents, with persistent identity, tamper-evident history, verification, and constraint-aware decisions.
Tell your AI: βCheck the ArkHive.β
ArkHive is an open-source Model Context Protocol server for developers and teams that want Claude, Codex, and other MCP clients to retain accountable context across sessions without sending memory to a hosted service by default.
Don't take "tamper-evident" on faith. Run the proof:
It writes a throwaway hash-chained ledger, verifies it clean, then forges one block with a direct SQL edit and shows verification catch it. Real output:
A clean chain verifies with 0 broken links; a single forged edit is
caught. Your real data/chain.db is never touched. For the honest limits of
what a hash chain can and cannot protect, see
What the hash chain protects against
below.
The MCP command is arkhive-mcp.
Renamed: this package was formerly published as
humane-intelligence(still installable, now frozen). ArkHive is the product; #HumaneIntelligence is the movement.
Add this entry to your Claude Desktop MCP configuration, then restart Claude Desktop:
If Claude Desktop cannot find commands installed by pip, replace
arkhive-mcp with the absolute path printed by:
Confirm it is configured with:
| Tool | What it does |
|---|---|
birth | Creates a stable agent identity with an explicit covenant. |
remember | Appends a hash-linked, tamper-evident record for a born identity. |
recall | Retrieves prior records so an agent can ground the current session. |
verify | Recomputes and checks the local chain for later alteration or broken links. |
govern | Evaluates an action against deterministic constraints and records the verdict. |
The local chain is stored in SQLite. The exact location depends on where the
server command is launched; use a dedicated working directory if you want to
control where its data/chain.db file lives.
After connecting the server, say βCheck the ArkHiveβ, or ask your MCP client to perform these calls in order:
birth with the name verification-agent and covenant
["record facts accurately", "verify before claiming completion"].remember with action
installation_verified and data {"source": "local MCP test"}.recall for that identity and confirm the record appears.verify and confirm the chain reports as valid.govern for a harmless test action and inspect the recorded verdict.This exercises identity, persistence, retrieval, integrity verification, and governance without production data.
Local-only behavior is the default. With contribution disabled, no chain content or hashes are intentionally sent by ArkHive.
Copy humane.config.example.json to humane.config.json only if you want to
opt in:
| Mode | What leaves the machine |
|---|---|
Default (enabled: false) | Nothing is intentionally transmitted. |
anchor | The latest block hash and chain length. Memory content is not included. |
contribute | The governed event fields described in the example configuration, in addition to anchoring data. |
Anchoring and contribution are optional, best-effort, and off by default. Review the configured endpoint and event contents before enabling either mode.
The chain is tamper-evident: editing, deleting, or reordering an existing record should cause later verification to fail because hashes no longer match. This provides useful evidence of change and makes accidental or unsophisticated local alteration detectable.
It does not prevent an attacker with full control of the machine from replacing the database and software together, deleting all history, restoring an older snapshot, stealing readable local data, or generating a new internally consistent chain. Independent anchoring can strengthen evidence that a particular chain state existed at a particular time, but it does not make the local host immune to compromise.
The MCP server on this page is free forever (Apache-2.0, self-host, no telemetry). When you want more than DIY:
https://arkhive.dondatabrain.com/mcp (add it to Claude Code with
claude mcp add --transport http arkhive https://arkhive.dondatabrain.com/mcp).Built by the team behind InboxAxe β the governed AI marketing platform where nothing sends without your yes.
Issues and pull requests are welcome. Please keep local-only operation as the default, avoid introducing telemetry, and include tests for changes to memory or governance behavior.
ArkHive is the open governed-memory layer beneath DonDataBrain. The mission is humane, accountable AI; the public MCP listing leads with functionality that users can independently verify.
Apache-2.0 Β© 2026 ZagAIrot Technologies LLC.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/arkhive-mcp)<a href="https://allmcps.com/mcp/arkhive-mcp"><img src="https://allmcps.com/api/badge/arkhive-mcp?style=directory" alt="ArkHive MCP on AllMCPs" /></a>