Skip to content
VS Code

hypermnesia mcp viz for VS Code

io.github.cdeust/hypermnesia-mcp-viz

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

client:VS Code transport:stdio runtime:pypi

Install hypermnesia mcp viz in VS Code

.vscode/mcp.json

{
  "servers": {
    "hypermnesia-mcp-viz": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hypermnesia-mcp-viz"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hypermnesia mcp viz in other clients