Stats
Actions
Tags
From deliberation
Connects to the Gemini API for access to Google's Gemini language models, enabling text generation, analysis, and AI-powered conversations. Requires a Gemini API key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"deliberation-gemini": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/gemini/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