Back to MCP Servers
DecisionNode
Record development decisions as structured JSON, embed as vectors via Gemini, and search semantically over MCP. Shared store across Claude Code, Cursor, Windsurf, and any MCP client. CLI + MCP server, local-only, free Gemini embedding tier.
knowledge-memorynodeembedding
By decisionnode
Installation
npx -y DecisionNodeConfiguration
{
"mcpServers": {
"DecisionNode": {
"command": "npx",
"args": ["-y", "DecisionNode"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes