← Back to Plugins
MCP Server MCP

MemHeaven — Self-hosted Remote MCP Memory for ChatGPT

github By github 👁 1 views ▲ 0 votes

Self-hosted remote MCP memory server for ChatGPT and AI agents.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{worker_domain}/mcp",
      "variables": {
        "worker_domain": {
          "description": "Public MemHeaven hostname, for example memheaven.<your-workers-subdomain>.workers.dev or memory.example.com",
          "isRequired": true,
          "placeholder": "memheaven.<your-workers-subdomain>.workers.dev"
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...