← Back to Plugins
MCP Server MCP

io.github.backspacevenkat/perspectives

github By github 👁 1 views ▲ 0 votes

Query GPT 5.2, Claude Opus 4.5, Gemini 3, Grok 4.1 simultaneously for AI perspectives

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "polydev-ai",
      "version": "1.8.70",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Polydev API token from polydev.ai/dashboard/mcp-tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "POLYDEV_USER_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...