Skip to content
Cline

polydev for Cline

io.github.polydev-ai/polydev

Query GPT-5, Claude, Gemini, and Grok simultaneously through one MCP server

client:Cline transport:stdio runtime:npm

Install polydev in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "polydev": {
      "command": "npx",
      "args": [
        "-y",
        "polydev-ai"
      ],
      "env": {
        "POLYDEV_USER_TOKEN": "<POLYDEV_USER_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

polydev in other clients