MCP Directory

pfillion42/memviz

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y memviz

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from pfillion42/memviz your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route pfillion42/memviz intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add memviz

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use pfillion42/memviz directly without routing

npx -y memviz

New to Agent-CoreX? View setup guide →

pfillion42/memviz MCP Server — Agent-CoreX