ArkHive MCP for Cursor
io.github.sammyboi81/arkhive
Tamper-evident memory + governance MCP for Claude Code, Cursor, Codex. Ships the Seatbelt kit.
client:Cursor
transport:stdio
runtime:pypi
Install ArkHive MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arkhive": {
"type": "stdio",
"command": "uvx",
"args": [
"arkhive-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs