Attestor for Cursor
io.github.bolnet/attestor
Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.
client:Cursor
transport:stdio
runtime:pypi
Install Attestor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"attestor": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs