MCP server for GitHub Actions CI failure triage.
Click to install into Cursor's MCP config. Cursor will prompt to confirm.
Add to CursorUses npx -y github:aamar-shahzad/ci-triage-mcp. Requires gh CLI authenticated.
Run in your terminal:
claude mcp add ci-triage -- npx -y github:aamar-shahzad/ci-triage-mcp
Add to your client's MCP config file:
{
"mcpServers": {
"ci-triage": {
"command": "npx",
"args": ["-y", "github:aamar-shahzad/ci-triage-mcp"],
"env": {}
}
}
}
Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Cline: ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Windsurf: ~/.codeium/windsurf/mcp_config.json
Zed: ~/.config/zed/settings.json (use context_servers key)
gh CLI installed (cli.github.com) and authenticated via gh auth login with repo + workflow scopes.
Node ≥ 20. No token stored in MCP config — auth reuses your gh keyring.