MemHeaven — Self-hosted Remote MCP Memory for ChatGPT
Self-hosted remote MCP memory server for ChatGPT and AI agents.
What it says
The record the registry holds
Where it answers
https://{worker_domain}/mcp · streamable-http
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nazar256/memheaven",
"description": "Self-hosted remote MCP memory server for ChatGPT and AI agents.",
"title": "MemHeaven — Self-hosted Remote MCP Memory for ChatGPT",
"repository": {
"url": "https://github.com/nazar256/memheaven",
"source": "github"
},
"version": "0.1.2",
"websiteUrl": "https://nazar256.github.io/memheaven/",
"icons": [
{
"src": "https://raw.githubusercontent.com/nazar256/memheaven/main/assets/memheaven-icon.png",
"mimeType": "image/png"
}
],
"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"
}
}
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"auth": {
"notes": "Hosted OAuth flow with PKCE and dynamic client registration where supported, plus an access-key gate on the consent page.",
"type": "oauth-2.1-pkce-dcr"
},
"environmentVariables": [
"OAUTH_ISSUER",
"MCP_RESOURCE",
"MCP_AUDIENCE",
"EMBEDDING_MODEL",
"EMBEDDING_DIMENSIONS",
"VECTORIZE_INDEX_NAME"
],
"requiredSecrets": [
"JWT_SIGNING_SECRET",
"TOKEN_ENCRYPTION_KEY",
"AUTH_KEY_PEPPER",
"ACCESS_KEYS_JSON"
],
"setupNotes": [
"Deploy on Cloudflare Workers, then point the client at https://<your-worker-domain>/mcp.",
"Generate an access key with npm run keygen and authorize with the printed raw key.",
"See docs/GETTING_STARTED_FROM_ZERO.md for a full guided setup."
]
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-13T07:00:30.839604Z",
"publishedAt": "2026-08-13T07:00:30.839604Z",
"updatedAt": "2026-08-13T07:00:30.839604Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 0.1.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.