← Top 100 / Full directory (6,010)

Memory

AI & Memory Local Official Top 100 3 tools

Persistent agent memory with entities, relations, and facts across sessions.

GitHub ↗

How to connect

1
Install (Claude Code / CLI)
Run this in your terminal, then restart your client.
claude mcp add memory -- npx -y @modelcontextprotocol/server-memory
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(3)
  • create_entities

    Create new memory entities

  • search_nodes

    Search the knowledge graph

  • read_graph

    Read full memory graph

Related servers