Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}
Or smoke-test directly:
npx -y @modelcontextprotocol/server-memory
Details
| Website | https://github.com/modelcontextprotocol/servers/tree/main/src/memory |
|---|---|
| GitHub | https://github.com/modelcontextprotocol/servers |
| License | MIT |
| Pricing | free |
| Tags | mcp-server memory knowledge-graph official reference |