Nodule

redstone-md/Nodule
★ 0 stars Go AI/LLM Updated today
A local MCP (Model Context Protocol) server that provides a bounce_idea tool — an independent second opinion for your coding agent. It sends your current solution to a configurable LLM critic for architectural critique, bug hunting, and alternative approaches.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nodule": {
      "command": "go",
      "args": [
        "run",
        "github.com/redstone-md/Nodule@latest"
      ]
    }
  }
}

README Excerpt

A local MCP (Model Context Protocol) server that provides a **bounce_idea** tool — an independent second opinion for your coding agent. It sends your current solution to a configurable LLM critic for architectural critique, bug hunting, and alternative approaches. ``` │ │

Tools (11)

NODULE_API_KEYNODULE_LLM_BASE_URLNODULE_LLM_PROVIDERNODULE_MAX_TOKENSNODULE_MODEL_NAMENODULE_SERVER_NAMENODULE_SERVER_VERSIONNODULE_TEMPERATUREcontextfocusproposed_solution