← Index

Attestor

io.github.bolnet/attestor·v4.0.0·Monitoring & Logs
Quality Score
90
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "attestor": {
      "command": "uvx",
      "args": [
        "attestor"
      ],
      "env": {
        "ATTESTOR_PATH": "<attestor_path>",
        "ATTESTOR_DISABLE_LOCAL_EMBED": "<attestor_disable_local_embed>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "OPENROUTER_API_KEY": "<your-openrouter_api_key>"
      }
    }
  }
}
§02  Environment variables
ATTESTOR_PATH

Directory containing attestor's config.toml. Defaults to ~/.attestor.

ATTESTOR_DISABLE_LOCAL_EMBED

Set to 1 to skip the local Ollama embedder probe (e.g., on hosts without Ollama). Defaults to unset (Ollama is the default embedder).

OPENAI_API_KEY
secret

OpenAI API key (used for the OpenAI text-embedding-3-large fallback embedder when Ollama is unavailable).

OPENROUTER_API_KEY
secret

OpenRouter API key (used for the federated LLM extraction / consolidation paths and for the LongMemEval benchmark runner).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Monitoring & Logs