ActionsPulse for Cline
io.github.tsviz/actions-pulse
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
client:Cline
transport:stdio
runtime:oci
Install ActionsPulse in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"actions-pulse": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tsviz/actions-pulse:v2.3.0"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"GITHUB_ORG": "<GITHUB_ORG>",
"GITHUB_ENTERPRISE_SLUG": "<GITHUB_ENTERPRISE_SLUG>",
"DEFAULT_REPO_FILTER": "<DEFAULT_REPO_FILTER>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs