Tool
ai
✓ Verified
⭐ Featured
Free
Persistent Memory MCP
Knowledge graph memory for AI agents — facts persist across sessions and conversations.
4.8(189 reviews)
78,600 installs
by Anthropic
About
A persistent knowledge graph your AI agent can read and write across sessions. Store entities, relations, and observations. The agent can then recall context from prior conversations without you re-explaining.
Tags
memoryknowledge-graphpersistencemcp
MCP Configuration Example
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Related Tools
Tool⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}A
Anthropic
@modelcontextprotocol