pfillion42/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.
Quick Start
Clone the repository:
git clone https://github.com/pfillion42/memvizClaude Desktop configuration example:
{
"mcpServers": {
"memviz": {
"command": "npx",
"args": [
"-y",
"pfillion42/memviz"
]
}
}
}Check the repository README for specific installation and configuration instructions.