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
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.
Frequently asked questions
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.
Basic information
More AI & Agents MCP servers
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
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
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Comments