Skip to content

cognos session memory for Grok

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

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

client:Grok transport:stdio runtime:pypi

Install cognos session memory in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cognos session memory in other clients