← Back to Plugins
MCP Server MCP

io.github.nesquikm/rubber-duck

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-rubber-duck",
      "version": "1.18.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key (starts with sk-)",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Google Gemini API key",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Groq API key (starts with gsk_)",
          "format": "string",
          "isSecret": true,
          "name": "GROQ_API_KEY"
        },
        {
          "description": "Default LLM provider to use",
          "format": "string",
          "name": "DEFAULT_PROVIDER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...