ChatGPT Memory MCP Server
@NamanSharma5
About ChatGPT Memory MCP Server
Since ChatGPT has memory it becomes a valuable data source for other models; facilitating a shared memory outside of a single model provider
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ChatGPT Memory MCP Server?
ChatGPT Memory MCP Server is a tool that exposes ChatGPT's memory as a data source for other language models via the Model Context Protocol (MCP), enabling shared memory outside a single model provider. It is released under the MIT License.
How to use ChatGPT Memory MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, set environment variables (Chrome executable path or None), then link the server with an MCP client (e.g., Claude Desktop) by editing the client’s configuration with the appropriate command and arguments.
Key features of ChatGPT Memory MCP Server
- Shares ChatGPT’s memory across different AI models
- Provides access to memory via Model Context Protocol
- Uses Chrome to interact with ChatGPT’s memory
- Open-source under MIT License
Use cases of ChatGPT Memory MCP Server
- Enabling another LLM (like Claude) to read from ChatGPT’s memory
- Creating cross-model workflows that leverage ChatGPT’s stored context
- Building applications that require a persistent shared memory across providers
FAQ from ChatGPT Memory MCP Server
How does this server access ChatGPT’s memory?
It uses a Chrome browser instance to interact with ChatGPT’s memory system, requiring the path to your Chrome executable (or setting it to None for default).
Which applications can I use this MCP server with?
The README provides an example configuration for the Claude Desktop App; any MCP‑compatible client should work.
What runtime dependencies are required?
Python packages listed in requirements.txt and a Chrome browser installation are needed.
Does this server store or modify ChatGPT’s memory directly?
The README only describes reading memory data via MCP; it does not explicitly state whether writing or permanent storage is supported.
Is authentication or API keys required?
No API keys are mentioned; the server relies on a local Chrome instance accessing ChatGPT.
More AI & Agents MCP servers
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Comments