MCP Server
Active
MIT
io.github.cdeust/hypermnesia-mcp-viz MCP Server
io.github.cdeust/hypermnesia-mcp-viz
What is the io.github.cdeust/hypermnesia-mcp-viz MCP server?
Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.
How to install io.github.cdeust/hypermnesia-mcp-viz
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hypermnesia-mcp-viz": {
"command": "python",
"args": [
"hypermnesia-mcp-viz"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hypermnesia-mcp-viz": {
"command": "python",
"args": [
"hypermnesia-mcp-viz"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hypermnesia-mcp-viz": {
"command": "python",
"args": [
"hypermnesia-mcp-viz"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hypermnesia-mcp-viz": {
"type": "stdio",
"command": "python",
"args": [
"hypermnesia-mcp-viz"
]
}
}
}Claude Code
claude mcp add hypermnesia-mcp-viz -- python hypermnesia-mcp-vizRelated MCP servers
Persistent memory for Claude — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.
71
View repository →Python
MIT
Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents.
3
View repository →Rust
MIT
Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.
3
View repository →Rust
MIT
PRD verification and host-driven generation with multi-judge consensus across 17 MCP tools.
2
View repository →JavaScript
MIT