HomeKnowledge & Memory › Mnemoverse Memory

Mnemoverse Memory

Hosted AI agent memory that learns from outcomes, with shared rooms, in Claude, Cursor and ChatGPT.

TypeScript Cloud Remote
★ 25 stars Last pushed 2026-09-23 License: MIT

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/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-memory-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mnemoverse/[email protected]"
      ],
      "env": {
        "MNEMOVERSE_API_KEY": "<YOUR_VALUE>",
        "MNEMOVERSE_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • MNEMOVERSE_API_KEY secret — 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.com
  • MNEMOVERSE_API_URL — Mnemoverse API base URL. Leave as the default; override only for testing against a non-production environment.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry