Odel
mcp rubber duck

mcp rubber duck

Local
@nesquikm176TypeScriptMITUpdated 2w ago

Bridge to multiple LLMs and CLI agents: councils, debates, voting, and more

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-rubber-duckv1.18.0

Run

npx -y mcp-rubber-duck

MCP client config

{
  "mcpServers": {
    "mcp-rubber-duck": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-rubber-duck"
      ]
    }
  }
}