Skip to content

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

FormWhereAuthNotes
Remote MCP serverhttps://mcp.mnemoverse.com/mcpbrowser sign-in (OAuth 2.1 with PKCE), no keyStreamable HTTP. Any MCP client that can complete a browser sign-in. Guide
Local MCP server (npm)@mnemoverse/mcp-memory-server 0.10.2, MITmk_live_ API keynpx -y @mnemoverse/mcp-memory-server@latest. Source: github.com/mnemoverse/mcp-memory-server. Guide
REST APIhttps://core.mnemoverse.com/api/v1API keyWrite, read, feedback, stats from any language. Reference
Python SDKmnemoverse 0.3.0 on PyPIAPI keypip install mnemoverse. Source: github.com/mnemoverse/mnemoverse-sdk-python. Guide

Plugins and extensions

HostPackageVersionAuthInstall
Claude Codemnemoverse/claude-plugin, MIT1.0.0browser, no key/plugin marketplace add mnemoverse/claude-plugin, then /plugin install mnemoverse@mnemoverse. Details
Claude Desktopmnemoverse-memory.mcpb in each mcp-memory-server release0.10.2API key in the bundle settingsSettings, Extensions, Advanced settings, Install Extension. Details
Cursormnemoverse/cursor-plugin, MIT1.0.0browser, no keyClone into ~/.cursor/plugins/local/. Also the extension below via Open VSX. Details
VS Code and Copilot ChatMnemoverse Memory on the Marketplace, also on Open VSX0.2.0browser, no keycode --install-extension Mnemoverse.mnemoverse-vscode. Source: github.com/mnemoverse/mnemoverse-vscode. Details
Gemini CLImnemoverse/gemini-extension, MIT1.0.0browser, no keygemini extensions install https://github.com/mnemoverse/gemini-extension. Details
Kimi Codekimi.plugin.json in mnemoverse/claude-plugin1.0.0browser, 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:

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