PluginBench
MCP Server
Active
MIT

io.github.eliottreich/taskbounty-check MCP Server

io.github.eliottreich/taskbounty-check

What is the io.github.eliottreich/taskbounty-check MCP server?

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

How to install io.github.eliottreich/taskbounty-check

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "taskbounty-check": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-check",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "taskbounty-check": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-check",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "taskbounty-check": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-check",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "taskbounty-check": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-check",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add taskbounty-check -- npx -y taskbounty-check mcp

Related MCP servers

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

0
JavaScript
MIT
View repository →