Skip to content
Claude Desktop

Attestor for Claude Desktop

io.github.bolnet/attestor

Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.

client:Claude Desktop transport:stdio runtime:pypi

Install Attestor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "attestor": {
      "command": "uvx",
      "args": [
        "attestor"
      ],
      "env": {
        "ATTESTOR_PATH": "<ATTESTOR_PATH>",
        "ATTESTOR_DISABLE_LOCAL_EMBED": "<ATTESTOR_DISABLE_LOCAL_EMBED>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Attestor in other clients