Mnemoverse Memory
Rank #1,367io.github.mnemoverse/mcp-memory-server
Hosted memory for AI agents that learns from outcomes — one key across Claude, Cursor & ChatGPT.
Mnemoverse Memory is a Model Context Protocol (MCP) server published by mnemoverse. It ranks #1,367 of 132,046 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Mnemoverse Memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 24 tracked versions. It was first listed on Apr 10, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 130,679 of 132,046 servers on MCP Toplist.
Use Mnemoverse Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-memory-server https://mcp.mnemoverse.com/mcpclaude mcp add mcp-memory-server -e "MNEMOVERSE_API_KEY=<your MNEMOVERSE_API_KEY>" -e "MNEMOVERSE_API_URL=<your MNEMOVERSE_API_URL>" -- npx -y @mnemoverse/mcp-memory-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-memory-server]
url = "https://mcp.mnemoverse.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp-memory-server]
command = "npx"
args = ["-y", "@mnemoverse/mcp-memory-server"]
[mcp_servers.mcp-memory-server.env]
MNEMOVERSE_API_KEY = "<your MNEMOVERSE_API_KEY>"
MNEMOVERSE_API_URL = "<your MNEMOVERSE_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.mnemoverse.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<your MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<your MNEMOVERSE_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-memory-server": {
"url": "https://mcp.mnemoverse.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<your MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<your MNEMOVERSE_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-memory-server": {
"type": "http",
"url": "https://mcp.mnemoverse.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-memory-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<your MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<your MNEMOVERSE_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-memory-server": {
"serverUrl": "https://mcp.mnemoverse.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<your MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<your MNEMOVERSE_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-memory-server": {
"url": "https://mcp.mnemoverse.com/mcp"
}
}
}{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<your MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<your MNEMOVERSE_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.mnemoverse%2Fmcp-memory-server)<a href="https://mcptoplist.com/server/io.github.mnemoverse%2Fmcp-memory-server"><img src="https://mcptoplist.com/badge/io.github.mnemoverse%2Fmcp-memory-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mnemoverse
Available versions (24)
| Version | Published |
|---|---|
| 0.10.2 | Sep 20, 2026 |
| 0.10.1 | Sep 16, 2026 |
| 0.10.0 | Sep 15, 2026 |
| 0.9.1 | Aug 24, 2026 |
| 0.9.0 | Aug 22, 2026 |
| 0.8.4 | Aug 16, 2026 |
| 0.8.3 | Aug 14, 2026 |
| 0.8.2 | Aug 13, 2026 |
| 0.8.1 | Aug 9, 2026 |
| 0.8.0 | Aug 6, 2026 |
| 0.7.0 | Aug 4, 2026 |
| 0.5.0 | Jul 10, 2026 |
| 0.4.2 | Jul 4, 2026 |
| 0.4.1 | Jun 28, 2026 |
| 0.4.0 | Jun 25, 2026 |
| 0.3.10 | Jun 18, 2026 |
| 0.3.8 | Jun 17, 2026 |
| 0.3.7 | Jun 16, 2026 |
| 0.3.6 | Jun 15, 2026 |
| 0.3.5 | May 31, 2026 |
| 0.3.3 | Apr 12, 2026 |
| 0.3.2 | Apr 12, 2026 |
| 0.3.1 | Apr 12, 2026 |
| 0.3.0 | Apr 12, 2026 |
Frequently asked questions
- Who maintains Mnemoverse Memory?
- Mnemoverse Memory is maintained by mnemoverse, which publishes 1 MCP server (24 total versions) tracked on MCP Toplist.
- Is Mnemoverse Memory listed on the Official MCP Registry?
- Yes — Mnemoverse Memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Mnemoverse Memory have?
- MCP Toplist tracks 24 versions of Mnemoverse Memory, most recently published on Sep 20, 2026.
- Where can I find the source code for Mnemoverse Memory?
- The source code for Mnemoverse Memory is hosted at github.com/mnemoverse/mcp-memory-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.