Loading MCP server directory, please wait...
Record agent judgments and their real outcomes on GRAFOMEM Cloud. Capture now, score later.
npx @getmcp/cli add com.grafomem/cgr-captureRequires Python 3.10+. Community-contributed server. Review source before installing.
GRAFOMEM_CGR_TENANT_KEYYour GRAFOMEM Cloud tenant API key (X-API-Key). Needs decisions:read for the durability guard.
GRAFOMEM_CGR_TENANTThe tenant id you expect that key to resolve to. If the key resolves to any other tenant, every write is refused.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.grafomem/cgr-capture": {
"command": "uvx",
"args": [
"grafomem-cgr"
],
"env": {
"GRAFOMEM_CGR_TENANT_KEY": "",
"GRAFOMEM_CGR_TENANT": "",
"GRAFOMEM_CGR_ROLE_KEYS_JSON": "",
"GRAFOMEM_CGR_ROLE_KEYS": "",
"GRAFOMEM_CGR_FORBIDDEN_TENANTS": "",
"GRAFOMEM_API": "https://api.grafomem.com"
}
}
}
}