1. Conduid
  2. Developer Tools
  3. Memory Visualizer
MCP server · Developer Tools

Memory Visualizer

Interactive visualizer for Anthropic's Memory MCP knowledge graphs. Instantly explore, debug, and analyze entities, relations, and observations from memory.json files in the Model Context Protocol.

56Fair

Scored 4 months ago · breakdown

About Memory Visualizer

Memory Visualizer is an MCP server published by mjherich in the Developer Tools category: interactive visualizer for Anthropic's Memory MCP knowledge graphs. Instantly explore, debug, and analyze entities, relations, and observations from memory.json files in the Model Context Protocol. It has been installed 0 times through Conduid.

The repository has 12 stars and 5 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx memory-visualizer

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Memory Visualizer

Powered by Claude · Grounded in docs

I know everything about Memory Visualizer. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Anthropic Memory MCP Visualizer

Interactive visualizer for Anthropic's Memory MCP knowledge graphs. Instantly explore, debug, and analyze entities, relations, and observations from memory.json files generated by the Knowledge Graph Memory Server.

Try it now: This tool is freely available at https://memviz.herich.tech

Features

  • Interactive knowledge graph visualization using D3.js
  • Filter by entity and relation types
  • Search across entities and relationships
  • View detailed observations in the info panel
  • Drop memory.json files or paste directly from clipboard
  • Navigate complex entity networks visually
  • Debug AI memory structures and connections

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Tech Stack

  • React + TypeScript
  • D3.js for visualization
  • Vite
  • TailwindCSS

Using with Claude Desktop App

This tool is intended for use with the Claude Desktop app, which supports the Memory MCP protocol for knowledge graph storage and retrieval.

Configuring the Memory MCP Server

  1. First, ensure you have the modelcontextprotocol-servers repository cloned locally.

  2. Configure the Claude Desktop app to use the Memory MCP server by adding the following to your mcp_config.json file:

"memory": {
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-memory"
  ],
  "env": {
    "MEMORY_FILE_PATH": "/path/to/custom/memory.json"
  }
}

The above example shows a generic configuration. You should replace the paths with the actual locations on your system where you want to store your memory file.

💡 Personal tip: I store my memory.json in a Google Drive folder which automatically backs it up and makes it accessible across devices. Consider using a cloud storage solution for your memory file too!

  1. Start Claude Desktop with this configuration to enable the memory features.

  2. Use this Memory Visualizer to explore and debug the knowledge graph created by Claude.

Knowledge Graph Structure

Visualizes Anthropic's Memory MCP format:

  • Entities: Nodes with name, type, and observations (e.g., people, organizations)
  • Relations: Directed connections between entities in active voice (e.g., "works_at")
  • Observations: Atomic facts attached to entities

Use Cases

  • Debug entity relationships in AI memory
  • Analyze memory.json structures
  • Explore entity connections
  • Visualize graph growth over time

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Memory Visualizer

How do I install Memory Visualizer?

Run npx memory-visualizer, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Memory Visualizer safe to use with an AI agent?

Its trust score is 56 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Memory Visualizer still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.