Back to MCP Servers
Memviz
Visual explorer for [MCP Memory Service](https://github.com/doobidoo/mcp-memory-service) SQLite-vec databases. Browse, search, filter, edit memories with dashboard, timeline, UMAP projection, semantic clustering, duplicate detection, and association graph.
knowledge-memorysqlitegithub
By pfillion42
Installation
npx -y memvizConfiguration
{
"mcpServers": {
"memviz": {
"command": "npx",
"args": ["-y", "memviz"]
}
}
}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