MCP Directory

nesquikm/mcp-rubber-duck

GitHub
Developer Tools

An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel for explaining problems to various AI "ducks" and getting different perspectives

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-rubber-duck

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from nesquikm/mcp-rubber-duck your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route nesquikm/mcp-rubber-duck intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-rubber-duck

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use nesquikm/mcp-rubber-duck directly without routing

npx -y mcp-rubber-duck

New to Agent-CoreX? View setup guide →

nesquikm/mcp-rubber-duck MCP Server — Agent-CoreX