Skip to main content
Knowledge & MemoryTypeScript

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.

knowledge-memorylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/pfillion42/memviz

Claude Desktop configuration example:

{
  "mcpServers": {
    "memviz": {
      "command": "npx",
      "args": [
        "-y",
        "pfillion42/memviz"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
pfillion42