Skip to content
VS Code

ArkHive MCP for VS Code

io.github.sammyboi81/arkhive

Tamper-evident memory + governance MCP for Claude Code, Cursor, Codex. Ships the Seatbelt kit.

client:VS Code transport:stdio runtime:pypi

Install ArkHive MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "arkhive": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arkhive-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ArkHive MCP in other clients