mcpbeat

Hypermnesia MCP Viz MCP Server

by cdeust
local only

Hypermnesia MCP Viz runs on your own machine — the client starts it, so there is no endpoint to ping. 291 installs a week from pypi. Last commit 5 Aug 2026.

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

291
Installs / week
pypi · hypermnesia-mcp-viz
3
Stars
4 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hypermnesia-mcp-viz -- uvx hypermnesia-mcp-viz
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hypermnesia-mcp-viz": {
      "args": [
        "hypermnesia-mcp-viz"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hypermnesia-mcp-viz]
command = "uvx"
args = ["hypermnesia-mcp-viz"]
.cursor/mcp.json
{
  "mcpServers": {
    "hypermnesia-mcp-viz": {
      "args": [
        "hypermnesia-mcp-viz"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hypermnesia-mcp-viz": {
      "args": [
        "hypermnesia-mcp-viz"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Hypermnesia MCP Viz

same job, measured the same way
Prism MCP
by dcostenco

Session memory, knowledge search, Brave Search, Gemini AI, and code transforms for AI agents

1 568 installs/wk local only
NervaPack
by ramdhavepreetam

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

707 installs/wk local only
Agent Knowledge
by keshrath

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

107 installs/wk local only
Neuromcp
by adelelo13

Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation

195 installs/wk local only
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

47 installs/wk local only
Sortio
by canonicalmg

Read-only search of your Sortio knowledge graph (files and entities) for Claude and ChatGPT.

answering
Codebase Memory
by deusdata

Codebase knowledge graph for AI agents — 159 languages, sub-ms queries, 99% fewer tokens.

6 675 installs/wk local only
Memograph
by indhar01

Graph-based memory system for LLMs with knowledge graphs and semantic search.

99 installs/wk local only

Hypermnesia MCP Viz — questions

Answers built from our own checks of this server.

Why is there no uptime for Hypermnesia MCP Viz?
Hypermnesia MCP Viz runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package hypermnesia-mcp-viz was installed 291 times last week.
How do I connect Hypermnesia MCP Viz?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hypermnesia-mcp-viz straight from pypi; nothing to host, nothing to sign up for.
How many people use Hypermnesia MCP Viz?
The pypi package hypermnesia-mcp-viz was installed 291 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hypermnesia MCP Viz open source?
Yes — it is published under the MIT licence, written in Python, 3 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.