What is the ArkHive MCP MCP server?
ArkHive MCP: governed, tamper-evident local memory for AI agents. Where context gives meaning.
How to install ArkHive MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"arkhive": {
"command": "uvx",
"args": [
"arkhive-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"arkhive": {
"command": "uvx",
"args": [
"arkhive-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"arkhive": {
"command": "uvx",
"args": [
"arkhive-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"arkhive": {
"type": "stdio",
"command": "uvx",
"args": [
"arkhive-mcp"
]
}
}
}Claude Code
claude mcp add arkhive -- uvx arkhive-mcpRelated MCP servers
Algernon MCP
Active
Fleet orchestration for AI agents: fan tasks out to cheap parallel workers on your own LLM key.
0
View repository →Python