MemHeaven — Self-hosted Remote MCP Memory for ChatGPT
Rank #10,453io.github.nazar256/memheaven
Self-hosted remote MCP memory server for ChatGPT and AI agents.
MemHeaven — Self-hosted Remote MCP Memory for ChatGPT is a Model Context Protocol (MCP) server published by nazar256. It ranks #10,453 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MemHeaven — Self-hosted Remote MCP Memory for ChatGPT is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on May 14, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 105,138 of 115,591 servers on MCP Toplist.
Use MemHeaven — Self-hosted Remote MCP Memory for ChatGPT
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http memheaven https://{worker_domain}/mcp[mcp_servers.memheaven]
url = "https://{worker_domain}/mcp"Add to ~/.codex/config.toml.
https://{worker_domain}/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"memheaven": {
"url": "https://{worker_domain}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memheaven": {
"type": "http",
"url": "https://{worker_domain}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memheaven": {
"serverUrl": "https://{worker_domain}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memheaven": {
"url": "https://{worker_domain}/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nazar256%2Fmemheaven)<a href="https://mcptoplist.com/server/io.github.nazar256%2Fmemheaven"><img src="https://mcptoplist.com/badge/io.github.nazar256%2Fmemheaven.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
nazar256
Other servers by nazar256
- MCP Aggregator#9,254 · 3 vers
- User Prompt MCP#12,396 · 2 vers
- firefox-relay-mcp#55,392
- NotebookLM MCP Gateway#57,470
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 13, 2026 |
| 0.1.0 | May 14, 2026 |
Frequently asked questions
- Who maintains MemHeaven — Self-hosted Remote MCP Memory for ChatGPT?
- MemHeaven — Self-hosted Remote MCP Memory for ChatGPT is maintained by nazar256, which publishes 5 MCP servers (7 total versions) tracked on MCP Toplist.
- Is MemHeaven — Self-hosted Remote MCP Memory for ChatGPT listed on the Official MCP Registry?
- Yes — MemHeaven — Self-hosted Remote MCP Memory for ChatGPT is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MemHeaven — Self-hosted Remote MCP Memory for ChatGPT have?
- MCP Toplist tracks 2 versions of MemHeaven — Self-hosted Remote MCP Memory for ChatGPT, most recently published on Aug 13, 2026.
- Where can I find the source code for MemHeaven — Self-hosted Remote MCP Memory for ChatGPT?
- The source code for MemHeaven — Self-hosted Remote MCP Memory for ChatGPT is hosted at github.com/nazar256/memheaven.