coding agents

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

typescript
cloud
local
coding agents
0
View on GitHub

Installation

npx -y nesquikm/mcp-rubber-duck

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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

GitHub: https://github.com/nesquikm/mcp-rubber-duck

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub