← Back to Plugins
MCP Server MCP

io.github.TheStevenJohnstone/ai-consensus

github By github 👁 1 views ▲ 0 votes

Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ai-consensus-connector",
      "version": "0.12.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AI Consensus API key (create one at https://ai-consensus.ai/app/api-keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AI_CONSENSUS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...