chatgpt_mcp_server

chatgpt_mcp_server

0

The ChatGPT Memory MCP Server provides a shared memory functionality for models, enabling data sharing beyond a single model provider. It requires installation and configuration using environment variables and can be linked with applications like the Claude Desktop App.

C:path_to_where_you_cloned_this_repo\.venv\Scripts\python.exe
{
  "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"
      ]
    }
  }
}