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

Installation

npx -y memviz

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub