[ MCP_NODE_3883 ]
memory-integration
CATEGORY:
Integration
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Persistent memory and context management for Claude Code sessions. Store and recall information across conversations and projects.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"memory-integration-en": {
"description": "Persistent memory and context management for Claude Code sessions. Store and recall information across conversations and projects.",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.