MCP Server
Maintained
MIT
io.github.emergent-wisdom/understanding-graph MCP Server
io.github.emergent-wisdom/understanding-graph
What is the io.github.emergent-wisdom/understanding-graph MCP server?
Persistent reasoning memory for AI agents via typed cognitive nodes and supersedes edges.
How to install io.github.emergent-wisdom/understanding-graph
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": {
"understanding-graph": {
"command": "npx",
"args": [
"-y",
"understanding-graph",
"-y",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"understanding-graph": {
"command": "npx",
"args": [
"-y",
"understanding-graph",
"-y",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"understanding-graph": {
"command": "npx",
"args": [
"-y",
"understanding-graph",
"-y",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"understanding-graph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"understanding-graph",
"-y",
"mcp"
]
}
}
}Claude Code
claude mcp add understanding-graph -- npx -y understanding-graph -y mcpRelated MCP servers
Content-addressed semantics: fail-closed handshakes over 452 cognitive patterns.
7
View repository →Python
MIT