Mnemoverse Memory
Quality Score
90
/100
Persistent memory across Claude, Cursor, ChatGPT, VS Code. Importance scoring, linked recall.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<your-mnemoverse_api_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"@mnemoverse/mcp-memory-server"
],
"env": {
"MNEMOVERSE_API_KEY": "<your-mnemoverse_api_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @mnemoverse/mcp-memory-server§02 Environment variables
MNEMOVERSE_API_KEYrequiredsecret
Your Mnemoverse API key (starts with mk_live_). Get one free at https://console.mnemoverse.com
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Developer Tools
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.