MCP Server
MCP
io.github.nesquikm/rubber-duck
Bridge to multiple LLMs and CLI agents: councils, debates, voting, and more
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
By
Comments
Sign in to leave a comment