MCP Server
MCP
MemHeaven — Self-hosted Remote MCP Memory for ChatGPT
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
By
Comments
Sign in to leave a comment