ActionsPulse for Grok
io.github.tsviz/actions-pulse
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
client:Grok
transport:stdio
runtime:oci
Install ActionsPulse in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"actions-pulse": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs