This server maintains verified session context across Claude conversations using an epistemic trust scoring formula (C = p·(1−Ue−Ua)) that weighs prediction confidence against uncertainty before injecting context. It exposes two MCP tools: save_session to persist summaries with trust scores and load_session to retrieve verified context above a threshold. Under the hood it runs a FastAPI gateway with a /v1/plan endpoint that extracts structured fields from recent SQLite traces, computes trust scores, and either injects a system prompt or flags low-confidence context for review. Reach for this when you need audit trails of what context was injected into prompts or want to gate retrieval on confidence scores rather than dumping all prior session data indiscriminately.
claude mcp add --transport stdio base76-research-lab-cognos-session-memory -- uvx cognos-session-memory-mcp