ChatGPT Memory MCP Server
@NamanSharma5
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
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「AI とエージェント」の他のコンテンツ
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
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
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.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
コメント