MCP Server
MCP
ActionsPulse
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
Install
oci:ghcr.io/tsviz/actions-pulse:v2.3.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/tsviz/actions-pulse:v2.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitHub Personal Access Token (fine-grained recommended) with read access to Actions, Administration, Deployments, Issues, Pull Requests",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GITHUB_TOKEN"
},
{
"description": "Target GitHub organization to monitor",
"isRequired": true,
"format": "string",
"name": "GITHUB_ORG"
},
{
"description": "Enterprise slug for enhanced cross-org features (optional)",
"format": "string",
"name": "GITHUB_ENTERPRISE_SLUG"
},
{
"description": "Comma-separated list of repository names to monitor (e.g., 'my-app,my-api,frontend'). If not set, all org repos are queried.",
"format": "string",
"name": "DEFAULT_REPO_FILTER"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment