Memory Graph MCP Server
utilities By Anthropic
Description
Persistent semantic knowledge graph storage using simple files to give agents long-term episodic memory.
Install & Run Command
npx -y @modelcontextprotocol/server-memory
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
} Server Details
Stars & Popularity ⭐️ 87.2k
Author Anthropic
Category utilities
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry