← Back to Plugins
MCP Server MCP

io.github.brandonbgreen/reversecentaur-mcp

github By github 👁 1 views ▲ 0 votes

Hire humans for tasks AI can't do. Fair trade pay floors, prepaid escrow, ethical receipts.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "reversecentaur-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key from reversecentaur.ai",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "REVERSECENTAUR_API_KEY"
        },
        {
          "description": "API base URL (for self-hosted or staging)",
          "format": "string",
          "name": "REVERSECENTAUR_API_URL"
        },
        {
          "description": "Set to true to use fake data without hitting the API",
          "format": "string",
          "name": "REVERSECENTAUR_MOCK_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...