AI & LLMs
Memory MCP
The MCP memory reference server stores entities and relations in a local knowledge graph so assistants can remember facts across sessions. Useful for personal knowledge, project context, and multi-step agent workflows.
Stars
88.4k
Installs
424.9k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 88.4k · catalog
- Freshness: Updated 2026-07-04
- Used in 3 known stacks
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}