taskbounty check for Cursor
io.github.eliottreich/taskbounty-check
Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.
client:Cursor
transport:stdio
runtime:npm
Install taskbounty check in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"taskbounty-check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"taskbounty-check"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs