Back to MCP Servers
Memory Service
Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation
knowledge-memoryrag
By doobidoo
Installation
npx -y mcp-memory-serviceConfiguration
{
"mcpServers": {
"mcp-memory-service": {
"command": "npx",
"args": ["-y", "mcp-memory-service"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes