Hosted memory for AI agents that learns and forgets — one key across Claude, Cursor & ChatGPT.
What it says
The record the registry holds
Where it answers
https://mcp.mnemoverse.com/mcp · streamable-http
How you get it
It also ships as a package you run yourself.
@mnemoverse/mcp-memory-server · npm · 0.9.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mnemoverse/mcp-memory-server",
"description": "Hosted memory for AI agents that learns and forgets — one key across Claude, Cursor & ChatGPT.",
"title": "Mnemoverse Memory",
"repository": {
"url": "https://github.com/mnemoverse/mcp-memory-server",
"source": "github",
"id": "1207193530"
},
"version": "0.9.0",
"websiteUrl": "https://mnemoverse.com",
"packages": [
{
"registryType": "npm",
"identifier": "@mnemoverse/mcp-memory-server",
"version": "0.9.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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",
"format": "string",
"isSecret": true,
"default": "mk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"name": "MNEMOVERSE_API_KEY"
},
{
"description": "Mnemoverse API base URL. Leave as the default; override only for testing against a non-production environment.",
"format": "string",
"default": "https://core.mnemoverse.com/api/v1",
"name": "MNEMOVERSE_API_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.mnemoverse.com/mcp"
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-22T14:08:46.670435Z",
"publishedAt": "2026-08-22T14:08:46.670435Z",
"updatedAt": "2026-08-22T14:08:46.670435Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.9.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.