npx claudepluginhub overtimepog/greyhatcc --plugin greyhatccAdd to your .mcp.json:
{
"mcpServers": {
"hackerone": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bridge/hackerone-server.cjs"
],
"env": {
"H1_USERNAME": "${H1_USERNAME}",
"H1_API_TOKEN": "${H1_API_TOKEN}"
}
}
}
}Replace placeholder values for: H1_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeH1_USERNAME=${H1_USERNAME}H1_API_TOKEN=${H1_API_TOKEN}