Back to directory
namansharma5/chatgpt_mcp_server

namansharma5/chatgpt_mcp_server

@NamanSharma5

Since ChatGPT has memory it becomes a valuable data source for other models; facilitating a shared memory outside of a single model provider

chatgptmemoryshared-memorymcp-servermemory-sharingcontext

Installation & Configuration

{
  "mcpServers": {
    "chatgpt_memory": {
      "command": "C:\\path_to_where_you_cloned_this_repo\\.venv\\Scripts\\python.exe",
      "args": [
        "C:\\path_to_where_you_cloned_this_repo\\ChatGPT_MCPserver.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17