CI Investigator MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub token with actions:read, checks:read, and contents:read permissions |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_failed_runsB | List recent failed CI runs for a GitHub repo |
| summarize_failureB | Fetch and summarize the logs of a failed CI run |
| compare_with_last_successA | Compare a failed run with the last successful run on the same branch |
| detect_flaky_testsB | Analyze run history to detect flaky jobs on a branch |
| explain_failure_root_causeB | Classify the likely root cause category for a failed CI run |
| suggest_fix_for_failureB | Suggest remediation steps and validation checks for a failed CI run |
| list_failure_trendsC | Summarize recurring failed jobs over a time window |
| find_regression_pr_or_commitA | Find likely regression commit and related pull request for a failed run |
| ci_health_scoreB | Compute a CI health score for a branch based on pass/fail and flakiness |
| failure_notifications_digestC | Build a deduplicated digest of recent failures for alerting and triage |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/codeBKashif/ci-investigator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server