Stats
Actions
Tags
From deliberation
Connects to OpenRouter API to access a variety of AI models including GPT-4, Claude, and others, enabling multi-model interactions from Claude. Requires an OpenRouter API key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"deliberation-openrouter": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/openrouter/index.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub antonbabenko/deliberation --plugin deliberation