Skip to content
Cursor

MemHeaven — Self-hosted Remote MCP Memory for ChatGPT for Cursor

io.github.nazar256/memheaven

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

client:Cursor transport:streamable-http

Install MemHeaven — Self-hosted Remote MCP Memory for ChatGPT in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "memheaven": {
      "url": "https://{worker_domain}/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MemHeaven — Self-hosted Remote MCP Memory for ChatGPT in other clients