MCP Server
MCP
Attestor
Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.
Install
uvx attestor
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "attestor",
"version": "4.0.0",
"runtimeHint": "python",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "MCP stdio server subcommand.",
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Directory containing attestor's config.toml. Defaults to ~/.attestor.",
"format": "string",
"name": "ATTESTOR_PATH"
},
{
"description": "Set to 1 to skip the local Ollama embedder probe (e.g., on hosts without Ollama). Defaults to unset (Ollama is the default embedder).",
"format": "string",
"name": "ATTESTOR_DISABLE_LOCAL_EMBED"
},
{
"description": "OpenAI API key (used for the OpenAI text-embedding-3-large fallback embedder when Ollama is unavailable).",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "OpenRouter API key (used for the federated LLM extraction / consolidation paths and for the LongMemEval benchmark runner).",
"format": "string",
"isSecret": true,
"name": "OPENROUTER_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment