← Back to Plugins
MCP Server MCP

io.github.eliottreich/taskbounty-mcp-server

github By github 👁 1 views ▲ 0 votes

Post/fund GitHub bug bounties, enable Autopilot, solve bounties, check coverage. Paid in crypto.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "taskbounty-mcp-server",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your tb_live_* key from https://www.task-bounty.com/dashboard/api-keys. Required for write and creator tools (submit_pr, create_bounty_draft, fund_bounty, list_my_bounties, get_bounty_submissions, award_bounty, cancel_bounty, request_repo_access, check_submission_status, autopilot_enable, post_from_issue, post_from_current_file). Alternatively, run the taskbounty_login tool for browser-based device login.",
          "isSecret": true,
          "name": "TASKBOUNTY_API_KEY"
        },
        {
          "description": "Override only for staging. Defaults to https://www.task-bounty.com/api/v1.",
          "name": "TASKBOUNTY_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...