mcpbeat Sign in

ArkHive MCP Server

local only

ArkHive MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 431 installs a week from pypi. Last commit 13 Sep 2026.

ArkHive MCP: governed, tamper-evident local memory for AI agents. Where context gives meaning.

Installs per day peak 41 · avg 15 · -40% w/w
a month agotoday
431
Installs / week
pypi · humane-intelligence
1
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check ArkHive MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add arkhive -- uvx humane-intelligence
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arkhive": {
      "args": [
        "humane-intelligence"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arkhive]
command = "uvx"
args = ["humane-intelligence"]
.cursor/mcp.json
{
  "mcpServers": {
    "arkhive": {
      "args": [
        "humane-intelligence"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arkhive": {
      "args": [
        "humane-intelligence"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ArkHive MCP

same job, measured the same way
MemoryGuard
by irisxc4

Local-first governed MCP memory backend for coding agents.

1 539 installs/wk local only
Lore Context
by lore-context

Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.

21 installs/wk local only
CP Memory
by cjhuochai

Local-first, governable long-term memory for AI coding agents

747 installs/wk local only
Agentos
by officialtanishsharma

Local-first persistent memory MCP server for AI coding agents.

local only
Banyan Memory
by labacacia

Persistent, governed local memory for MCP-compatible AI clients.

local only
WhiteMagic — governed local memory for agent continuity
by lbailey94

Local-first, governed memory and session continuity for AI coding agents. No cloud, no telemetry.

877 installs/wk local only
Synap Memory
by maximem

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

4 tools answering
Cuemap MCP
by cuemap-dev

Local memory and context retrieval for AI agents through CueMap.

343 installs/wk local only

ArkHive MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for ArkHive MCP?
ArkHive MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package humane-intelligence was installed 431 times last week.
How do I connect ArkHive MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls humane-intelligence straight from pypi; nothing to host, nothing to sign up for.
How many people use ArkHive MCP?
The pypi package humane-intelligence was installed 431 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ArkHive MCP open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.