Store and query shared structured memory across Claude Code, Cursor, Windsurf, and any MCP client with a local CLI and MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"decisionnode": {
"command": "npx",
"args": [
"-y",
"lapheavisidelayer940/DecisionNode"
]
}
}
}
Run in terminal:
claude mcp add decisionnode npx -y lapheavisidelayer940/DecisionNode
Add to .cursor/mcp.json:
{
"mcpServers": {
"decisionnode": {
"command": "npx",
"args": [
"-y",
"lapheavisidelayer940/DecisionNode"
]
}
}
}