Integrations
One hosted memory, many packages. Everything on this page connects to the same account and the same ten tools; pick the form your host installs most easily. Per-host commands are on Install by host.
The npm package and bundle version comes from the same registry file as the MCP Server page; the other versions were read from their registries on 2026-09-20.
Connect directly
| Form | Where | Auth | Notes |
|---|---|---|---|
| Remote MCP server | https://mcp.mnemoverse.com/mcp | browser sign-in (OAuth 2.1 with PKCE), no key | Streamable HTTP. Any MCP client that can complete a browser sign-in. Guide |
| Local MCP server (npm) | @mnemoverse/mcp-memory-server 0.10.2, MIT | mk_live_ API key | npx -y @mnemoverse/mcp-memory-server@latest. Source: github.com/mnemoverse/mcp-memory-server. Guide |
| REST API | https://core.mnemoverse.com/api/v1 | API key | Write, read, feedback, stats from any language. Reference |
| Python SDK | mnemoverse 0.3.0 on PyPI | API key | pip install mnemoverse. Source: github.com/mnemoverse/mnemoverse-sdk-python. Guide |
Plugins and extensions
| Host | Package | Version | Auth | Install |
|---|---|---|---|---|
| Claude Code | mnemoverse/claude-plugin, MIT | 1.0.0 | browser, no key | /plugin marketplace add mnemoverse/claude-plugin, then /plugin install mnemoverse@mnemoverse. Details |
| Claude Desktop | mnemoverse-memory.mcpb in each mcp-memory-server release | 0.10.2 | API key in the bundle settings | Settings, Extensions, Advanced settings, Install Extension. Details |
| Cursor | mnemoverse/cursor-plugin, MIT | 1.0.0 | browser, no key | Clone into ~/.cursor/plugins/local/. Also the extension below via Open VSX. Details |
| VS Code and Copilot Chat | Mnemoverse Memory on the Marketplace, also on Open VSX | 0.2.0 | browser, no key | code --install-extension Mnemoverse.mnemoverse-vscode. Source: github.com/mnemoverse/mnemoverse-vscode. Details |
| Gemini CLI | mnemoverse/gemini-extension, MIT | 1.0.0 | browser, no key | gemini extensions install https://github.com/mnemoverse/gemini-extension. Details |
| Kimi Code | kimi.plugin.json in mnemoverse/claude-plugin | 1.0.0 | browser, no key | /plugins install https://github.com/mnemoverse/claude-plugin. Details |
Agent Plugins 1.0.0 manifest
mnemoverse/claude-plugin carries plugin.json and mcp.json at its root, following the vendor-neutral Agent Plugins standard. Clients that read the standard install the same repository with their own command; the exact steps for each are on Install by host:
- VS Code (Chat: Install Plugin From Source)
- GitHub Copilot CLI
- Kiro (Import power from GitHub)
- Hermes Agent
- OpenClaw
- Grok
- NanoClaw
- Cursor (local plugins folder)
- ChatGPT and Codex: no plugin listing yet; use the remote MCP entry
Standing rules for agents
agent-memory-discipline is a CC0 skill that tells an agent when to recall before acting and what is worth saving. It names no vendor and works with any memory backend. It is bundled as a skill in the Claude Code and Cursor packages above, as GEMINI.md in the Gemini CLI extension, and can be installed on its own; the technique behind it is explained in Make Your AI Agent Actually Use Persistent Memory.
Per-client guides
- Claude Code
- Claude Desktop, Web and Mobile
- Cursor, VS Code, Windsurf, and the editors overview
- ChatGPT
- Quick Setup for everything else, including the verify step
Related
- Install by host
- Rooms: shared memory between accounts and agents
- Pricing