What is the Mnemoverse Memory MCP server?
Hosted memory for AI agents that learns and forgets — one key across Claude, Cursor & ChatGPT.
How to install Mnemoverse Memory
Copy-paste configuration for popular MCP clients.
MNEMOVERSE_API_KEYsecretMnemoverse API key (starts with mk_live_). Optional to install and inspect — the server starts and lists its tools without a key; a key is required only to store or recall memories. Get one free in ~30s at https://console.mnemoverse.com
MNEMOVERSE_API_URLMnemoverse API base URL. Leave as the default unless you self-host the core engine.
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<YOUR_MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<YOUR_MNEMOVERSE_API_URL>"
}
}
}
}{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<YOUR_MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<YOUR_MNEMOVERSE_API_URL>"
}
}
}
}{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<YOUR_MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<YOUR_MNEMOVERSE_API_URL>"
}
}
}
}{
"servers": {
"mcp-memory-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<YOUR_MNEMOVERSE_API_KEY>",
"MNEMOVERSE_API_URL": "<YOUR_MNEMOVERSE_API_URL>"
}
}
}
}claude mcp add mcp-memory-server --env MNEMOVERSE_API_KEY=<YOUR_MNEMOVERSE_API_KEY> --env MNEMOVERSE_API_URL=<YOUR_MNEMOVERSE_API_URL> -- npx -y @mnemoverse/mcp-memory-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.