ChatGPT Desktop

Memory for ChatGPT

Persistent graph memory for ChatGPT Desktop. MCP-native. Two-minute install.

The problem

ChatGPT's built-in memory stores short, opaque summaries. You cannot query it, traverse it, or trust its provenance. Graphory gives ChatGPT a structured graph: typed nodes, typed edges, and a full audit trail of every fact.

Why Graphory with ChatGPT

MCP-native

Plugs into ChatGPT Desktop's MCP server slot. No plugins, no wrappers, no custom GPTs.

Graph-based

ChatGPT can traverse real business relationships instead of fuzzy-matching summary blobs.

Deterministic

No embeddings, no hallucinated recall. Queries return exact results from your graph.

Temporal

Every memory carries a timestamp, a source, and an audit trail. ChatGPT can answer when and where.

Model-agnostic

Works with any OpenAI model you use in ChatGPT. Graphory is the memory layer, not the reasoning layer.

Two-minute install

Install the SDK, log in, point ChatGPT Desktop at the MCP server.

Step 1 - Install and authenticate

pip install graphory
graphory login

Step 2 - Register Graphory in ChatGPT Desktop's MCP config

{
  "mcpServers": {
    "graphory": {
      "url": "https://api.graphory.io/mcp",
      "headers": {
        "Authorization": "Bearer gs_ak_your_key"
      }
    }
  }
}

Illustrative snippet. ChatGPT Desktop's MCP config path and exact schema vary by release - check the ChatGPT Desktop settings panel or OpenAI docs for the current location.

What you can do

Real queries ChatGPT can run once Graphory is connected.

"Remember that Sarah from Acme mentioned pricing was their blocker in March."

"Show me everything I learned about Project X across all my ChatGPT sessions this quarter."

"Who have I interacted with at companies in the fintech vertical?"

Measured, not marketed.

Deterministic extraction and retrieval, benchmarked against public datasets.

0.9107 accuracy

LongMemEval (agent + MCP)

0.8667 accuracy

LoCoMo-MC10 (agent + MCP)

0.900 F1

BizLineItemBench

ChatGPT, with real memory.

Free up to 100K nodes. No credit card.