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

Installation

npx -y DecisionNode

Configuration

{
  "mcpServers": {
    "DecisionNode": {
      "command": "npx",
      "args": ["-y", "DecisionNode"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub