Skip to content
Cursor

cognos session memory for Cursor

io.github.base76-research-lab/cognos-session-memory

CognOS trust scoring (C=p·(1-Ue-Ua)) and session trace storage as MCP tools.

client:Cursor transport:stdio runtime:pypi

Install cognos session memory 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": {
    "cognos-session-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cognos-session-memory-mcp"
      ],
      "env": {
        "COGNOS_TRACE_DB": "<COGNOS_TRACE_DB>"
      }
    }
  }
}

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

cognos session memory in other clients