RadarMemory & reasoning
Memory
Memory & reasoning · MCP Server
About Memory
A reference server that stores facts as a knowledge graph the assistant can read and update across sessions, so it remembers what matters between conversations.
Give the assistant a persistent knowledge graph.
CategoryMemory & reasoning
TypeMCP Server
SourceOfficial
WebsiteInstalling Memory
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add memory -- npx -y @modelcontextprotocol/server-memory
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.