ChatGPT 具备记忆功能,这使其成为其他模型的宝贵数据来源。本项目旨在建立一个共享内存服务,让其不再局限于单一模型提供者。
要使用此 MCP 服务器,请按照以下步骤操作:
pip install -r requirements.txt
设置环境变量:
chrome://version 找到)或将其设置为 None 以使用默认路径。将服务器与应用程序关联,例如与 Claude 桌面应用程序一起使用,可按照此处的说明进行操作:点击查看
{
"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"
]
}
}
}
本项目遵循 MIT 许可证。