Mnemoverse Memory MCP Server
Hosted memory for AI agents that learns which facts matter. Feedback re-ranks recall - a Rescorla-Wagner update on the prediction error, not a similarity score - so what helped rises and what misled sinks, with a bounded recency tie-breaker for fresh memories. The engine also ships consolidation (HDBSCAN clustering, with Von Restorff protection so distinctive memories survive compression). One API key works across…. Its 10 documented tools cover memory, room.
People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 · ★ 20 · #37 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Mnemoverse Memory
before you install - you'll need
Set MNEMOVERSE_API_KEY, MNEMOVERSE_API_URL before connecting.
Claude Code
claude mcp add mnemoverse-mcp-memory-server --transport http https://mcp.mnemoverse.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"mnemoverse-mcp-memory-server": {
"url": "https://mcp.mnemoverse.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://mcp.mnemoverse.com/mcp
transport: streamable-http
endpoint alive - authentication required · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.mnemoverse.com
endpoint auth requires authentication - rejected our unauthenticated MCP initialize
license MIT - declared in the repository
npm package @mnemoverse/mcp-memory-server - published under the repo owner's npm scope (@mnemoverse)
registry namespace io.github.mnemoverse is GitHub-verified and matches the repo owner
03 · What Mnemoverse Memory can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can search memories by natural language query (optional recency ordering, time bounds, author exclusion), list newest memories first - no query, check how many memories stored, which domains exist, and create a shared memory room.
Capability map
Tools grouped from the project's README - what Mnemoverse Memory lets an agent do.
Memory
9 tools - e.g. Store a memory - insight, preference, lesson learned; Search memories by natural language query (optional recency ordering, time bounds, author exclusion); List newest memories first - no query…
memory_write · memory_read · memory_list_recent · memory_feedback · memory_stats · memory_create_room…
Vault
1 tool - e.g. List Vault secrets by alias and purpose - the secret value is never returned
vault_list
Latest releases
v0.9.1 · 2026-08-24
Text under this file's own rules: what a tool returns when it fails. No tool, · parameter, annotation or route changes; no new request is made - the one new · thing read off the wire is the Retry-After header of a…
v0.9.0 · 2026-08-22
Published via automated release pipeline (.github/workflows/release.yml). · MCP Registry: · remove memory_delete and memory_delete_domain - deletion is administrative-only
v0.8.4 · 2026-08-16
Published via automated release pipeline (.github/workflows/release.yml). · MCP Registry: · tag the two console links so the npm channel stops being invisible · stop claiming a decay the ranking does not have · a wrong…
04 · Who maintains Mnemoverse Memory
Mnemoverse Memory is maintained by mnemoverse. It's the only MCP server we track from this author; the repo dates to Apr 2026.
05 · Facts
- repository
- github.com/mnemoverse/mcp-memory-server
- website
- https://mnemoverse.com/
- category
- memory - ranked #37 of 259 actively-maintained memory servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-24)
- registry
- io.github.mnemoverse/mcp-memory-server (active, first published 2026-04-12 · 21 versions)
- packages
- npm:@mnemoverse/mcp-memory-server
06 · Mnemoverse Memory FAQ
Is Mnemoverse Memory still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Mnemoverse Memory do?
With this server connected, an agent can search memories by natural language query (optional recency ordering, time bounds, author exclusion), list newest memories first - no query, check how many memories stored, which domains exist, and create a shared memory room.
How do I install Mnemoverse Memory?
Run `npx -y @mnemoverse/mcp-memory-server`. The README documents 2 environment variables (MNEMOVERSE_API_KEY, MNEMOVERSE_API_URL) to set first. Set MNEMOVERSE_API_KEY, MNEMOVERSE_API_URL before connecting. You can also paste the ready-made client config above.
Does Mnemoverse Memory require authentication?
Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.
07 · Alternatives to Mnemoverse Memory
Alternatives to Mnemoverse Memory
Maintained memory servers if Mnemoverse Memory isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what Mnemoverse Memory doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Brain - The Recorder · Open Zk Kb · Octobrain · Mnemo MCP
More TypeScript MCP servers · Mobai MCP · Mobile MCP · Mdma · Elementor MCP Agent · Infomaniak MCP Agent · see all