Triage, comment on, and open GitHub issues and pull requests.
This tool requires a Pro subscription — upgrade in Dashboard → Settings.
Needs a connected GitHub account, separate from installing the tool — connect it in Dashboard → Settings.
POST https://webidabi.com/api/mcp.php
Authorization: Bearer <your API key — see Dashboard → API keys>
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "gh-issues",
"arguments": {
"action": "list_issues",
"owner": "octocat",
"repo": "hello-world"
}
}
}