← Back to browse

Attestor

Indexed by io.github.bolnet

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsATTESTOR_PATH ATTESTOR_DISABLE_LOCAL_EMBED OPENAI_API_KEY OPENROUTER_API_KEY
Claude Code
claude mcp add --env ATTESTOR_PATH= --env ATTESTOR_DISABLE_LOCAL_EMBED= --env OPENAI_API_KEY= --env OPENROUTER_API_KEY= attestor -- uvx attestor
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"attestor","command":"uvx","args":["attestor"],"env":{"ATTESTOR_PATH":"","ATTESTOR_DISABLE_LOCAL_EMBED":"","OPENAI_API_KEY":"","OPENROUTER_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "attestor": {
      "command": "uvx",
      "args": [
        "attestor"
      ],
      "env": {
        "ATTESTOR_PATH": "",
        "ATTESTOR_DISABLE_LOCAL_EMBED": "",
        "OPENAI_API_KEY": "",
        "OPENROUTER_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.