hypermnesia mcp viz for Zed
io.github.cdeust/hypermnesia-mcp-viz
Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.
client:Zed
transport:stdio
runtime:pypi
Install hypermnesia mcp viz in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hypermnesia-mcp-viz": {
"command": "uvx",
"args": [
"hypermnesia-mcp-viz"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs