Home › Knowledge & Memory › Mnemoverse Memory
Mnemoverse Memory
Hosted AI agent memory that learns from outcomes, with shared rooms, in Claude, Cursor and ChatGPT.
Topics: Knowledge & Memory
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.mnemoverse.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp-memory-server https://mcp.mnemoverse.com/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp-memory-server": {
"url": "https://mcp.mnemoverse.com/mcp"
}
}
}
Package (npm 0.11.0)
npx -y @mnemoverse/mcp-memory-server@0.11.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server@0.11.0"
],
"env": {
"MNEMOVERSE_API_KEY": "<YOUR_VALUE>",
"MNEMOVERSE_API_URL": "<YOUR_VALUE>"
}
}
}
}
MNEMOVERSE_API_KEYsecret — Mnemoverse API key (starts with mk_live_). Optional to install and inspect — the server starts and lists its tools without a key; every actual tool call requires one. Get one free in ~30s at https://console.mnemoverse.comMNEMOVERSE_API_URL— Mnemoverse API base URL. Leave as the default; override only for testing against a non-production environment.
Related servers
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry