mnemoverse
v1.0.0Persistent memory for AI agents, shared across tools. Connects the hosted Mnemoverse memory server over MCP with a one-time OAuth sign-in: recall relevant memories before acting, save durable decisions and corrections, keep shared memory rooms across accounts. Bundles the CC0 agent-memory-discipline skill so the agent actually uses the memory it has.
By MnemoverseLicense: MIT0 GitHub starsUpdated 9 hours ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mnemoverse for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mnemoverse@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mnemoverse/claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/agent-memory-discipline/SKILL.md├── skills/setup/SKILL.md└── .mcp.json
Included Skills2
Teaches when to recall from long-term memory before acting and when to save durable decisions, corrections and failures afterwards. Use when a memory tool or MCP memory server is connected but the agent is not using it consistently, when the user complains that the assistant forgets preferences, conventions or past decisions between sessions, or when setting up persistent memory for a project. Works with any memory backend: a folder of Markdown files, a local MCP server, or a managed service.
Connects Mnemoverse memory for this plugin. Use when the user has installed the plugin but memory tools are missing, when a memory call fails with an authentication error, or when the user asks how to sign in to Mnemoverse. Walks through the one-time OAuth sign-in; no API key is pasted anywhere.
MCP servers1
- url
- https://mcp.mnemoverse.com/mcp
Plugin manifests2
{
"name": "mnemoverse",
"displayName": "Mnemoverse Memory",
"version": "1.0.0",
"description": "Persistent memory for AI agents, shared across tools. Connects the hosted Mnemoverse memory server over MCP with a one-time OAuth sign-in: recall relevant memories before acting, save durable decisions and corrections, keep shared memory rooms across accounts. Bundles the CC0 agent-memory-discipline skill so the agent actually uses the memory it has.",
"author": {
"name": "Mnemoverse",
"email": "[email protected]",
"url": "https://mnemoverse.com"
},
"homepage": "https://mnemoverse.com/docs/api/remote-mcp-server",
"repository": "https://github.com/mnemoverse/claude-plugin",
"license": "MIT",
"keywords": [
"memory",
"agent-memory",
"persistent-memory",
"mcp",
"context"
],
"mcpServers": "./.mcp.json",
"skills": "./skills/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "mnemoverse",
"version": "1.0.0",
"description": "Persistent memory for AI agents, shared across tools. Connects the hosted Mnemoverse memory server over remote MCP with a one-time browser sign-in: recall relevant memories before acting, save durable decisions and corrections, keep shared memory rooms across accounts. Bundles the CC0 agent-memory-discipline skill so the agent actually uses the memory it has.",
"author": {
"name": "Mnemoverse",
"email": "[email protected]",
"url": "https://mnemoverse.com"
},
"homepage": "https://mnemoverse.com/docs/api/remote-mcp-server",
"repository": "https://github.com/mnemoverse/claude-plugin",
"license": "MIT",
"keywords": [
"memory",
"agent-memory",
"persistent-memory",
"mcp",
"context"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mnemoverse on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mnemoverse)