Odel
taskbounty check

taskbounty check

Local
@eliottreich2JavaScriptMITUpdated 2mo ago

Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtaskbounty-checkv0.1.6

Run

npx -y taskbounty-check

MCP client config

{
  "mcpServers": {
    "taskbounty-check": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-check"
      ]
    }
  }
}