Get Started with Polydev

Connect your IDE to get AI perspectives from multiple models when you're stuck.

1

Get your token

Generate a token from your dashboard

Generate Token

Your token starts with pd_

2

Connect your IDE

Add Polydev to your coding environment

Run this command:

claude mcp add polydev --scope user -- npx --yes --package=polydev-ai@latest -- polydev-stdio

Then set your token:

export POLYDEV_USER_TOKEN="pd_your_token_here"
3

Try it out

Ask your AI assistant to use Polydev

Example prompt:

"Can you get perspectives from multiple AI models about the best way to structure a React component?"

Polydev will query multiple AI models (Claude, GPT, Gemini) and return diverse perspectives.

Available MCP Tools

get_perspectives

Get AI perspectives from multiple models simultaneously

send_cli_prompt

Send prompts to local CLI tools (Claude Code, Codex)

force_cli_detection

Detect available local CLI tools

extract_memory

Extract conversation memory for context sharing

Supported Models

OpenAI

  • gpt-5.2
  • gpt-5.2-mini
  • gpt-5.2-nano

Anthropic

  • claude-opus-4.5
  • claude-sonnet-4.5
  • claude-haiku-4.5

Google

  • gemini-3-pro
  • gemini-3-flash

xAI

  • grok-4.1
  • grok-4.1-mini

Next Steps