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 mcpRelated MCP servers
Post/fund GitHub bug bounties, enable Autopilot, solve bounties, check coverage. Paid in crypto.
0
View repository →JavaScript
MIT