MCP server

Memory
MCPA knowledge graph that survives the session.
Official memory server. Entities and relations the model can store and recall later — on disk, not in the prompt.
latest·MIT·Updated this month·github.com/modelcontextprotocol/servers·Transport: stdio
Claude CodeCursorDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Spec
What the server actually exposes.
create_entities
writeAdd people, projects, or facts.
create_relations
writeLink two entities.
search_nodes
readFind what you stored.
open_nodes
readRead a node and its neighbors.
Guardrails
- Local graph file
- You can wipe it
- No cloud copy
mcp-memory.mcp/tools
Tools
- write
create_entities
Add people, projects, or facts.
- write
create_relations
Link two entities.
- read
search_nodes
Find what you stored.
- read
open_nodes
Read a node and its neighbors.
Last call
{ "ok": true,
"tool": "create_entities",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.