Skip to content
Cursor

GRAFOMEM CGR Capture for Cursor

com.grafomem/cgr-capture

Record agent judgments and their real outcomes on GRAFOMEM Cloud. Capture now, score later.

client:Cursor transport:stdio runtime:pypi

Install GRAFOMEM CGR Capture in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cgr-capture": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "grafomem-cgr"
      ],
      "env": {
        "GRAFOMEM_CGR_TENANT_KEY": "<GRAFOMEM_CGR_TENANT_KEY>",
        "GRAFOMEM_CGR_TENANT": "<GRAFOMEM_CGR_TENANT>",
        "GRAFOMEM_CGR_ROLE_KEYS_JSON": "<GRAFOMEM_CGR_ROLE_KEYS_JSON>",
        "GRAFOMEM_CGR_ROLE_KEYS": "<GRAFOMEM_CGR_ROLE_KEYS>",
        "GRAFOMEM_CGR_FORBIDDEN_TENANTS": "<GRAFOMEM_CGR_FORBIDDEN_TENANTS>",
        "GRAFOMEM_API": "<GRAFOMEM_API>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GRAFOMEM CGR Capture in other clients