Remote MCP memory you own

MemHeaven

Bring MemPalace-style long-term memory to ChatGPT and remote AI agents.

MemHeaven is a self-hosted remote MCP memory server that gives hosted AI clients searchable long-term memory you own.

Deploy on a Cloudflare Free account. No VM, no Docker, no database admin. Free-tier limits apply, and heavier usage may require paid Cloudflare usage.

Why external memory?

AI chats forget.

Project context, preferences, and prior decisions often disappear between chats and sessions.

Hosted clients need remote MCP.

Local-first memory tools are useful, but hosted tools like ChatGPT and other remote agents need a network-accessible memory layer.

You should own the memory.

MemHeaven is built for searchable, inspectable, deletable, portable memory that is not hidden behind a third-party SaaS memory product.

Works with hosted MCP clients

ChatGPT is the primary hosted-client target today. Other remote clients are documented honestly in the compatibility matrix as expected, experimental, or unknown until they are verified.

See the client compatibility matrix →

How it works

Inspired by MemPalace

MemHeaven is inspired by MemPalace, the open-source local-first AI memory project that helped show how useful verbatim, searchable long-term memory can be for AI agents.

MemHeaven explores a different deployment shape: remote MCP memory for hosted clients and trusted shared setups.

Credits

With respect and thanks to the MemPalace project for the original memory model inspiration.

MemPalace repository: github.com/mempalace/mempalace

Get started

Use npm run init -- --base-url https://your-domain.example, then generate secrets, create your first access key, deploy, and connect a client to /mcp.

View the GitHub repository →