Skip to main content
Coding AgentsTypeScript

nesquikm/mcp-rubber-duck

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

coding-agentscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/nesquikm/mcp-rubber-duck

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
nesquikm