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).
Run
npx -y taskbounty-check
MCP client config
{
"mcpServers": {
"taskbounty-check": {
"command": "npx",
"args": [
"-y",
"taskbounty-check"
]
}
}
}