Gha Intel MCP Server

An MCP server for GitHub Actions workflow timing analysis, configuration auditing, and billing insights. Its 3 documented tools cluster into read & search, analyze. It runs locally over stdio via the published package.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 2 · #57 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Gha Intel

before you install - you'll need

GITHUB_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add barissozudogru-gha-intel-mcp -- npx -y @barissozudogru/gha-intel-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "barissozudogru-gha-intel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@barissozudogru/gha-intel-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @barissozudogru/gha-intel-mcp - published under the repo owner's npm scope (@barissozudogru)

registry namespace io.github.barissozudogru is GitHub-verified and matches the repo owner

03 · What Gha Intel can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 3 documented tools across read & search, analyze, including list_workflow_performance, analyze_workflow_config, get_billing_usage.

The 3 tools it gives your agent

Extracted from the project's README - what gha-intel lets an agent do.

list_workflow_performance
- Computes average, min, max, and p95 duration statistics for recent workflow runs.
analyze_workflow_config
- Evaluates workflow YAML for caching, parallelism, concurrency, artifacts, checkout depth, timeouts, runner pinning, Docker caching, and triggers.
get_billing_usage
- Returns Actions billing minutes and estimated cost by runner type, plus per-repo cache utilisation.

Latest releases

v0.4.1 · 2026-03-13

v0.4.0 · 2026-03-12

v0.3.0 · 2026-03-12

04 · Who maintains Gha Intel

gha-intel is maintained by barissozudogru. We track 3 MCP servers from barissozudogru - 3 actively maintained, 8 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from barissozudogru.

  1. test-intel Coverage analysis, untested function detection and complexity scoring for TS and JS. ★ 4
  2. release-intel Correlates commits, PRs, issues and contributors between two git refs for release notes. ★ 2

05 · Facts

category
DevOps & monitoring - ranked #57 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
registry
io.github.barissozudogru/gha-intel (active, first published 2026-08-20)
packages
npm:@barissozudogru/gha-intel-mcp

06 · Gha Intel FAQ

Is Gha Intel still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20. We re-verify nightly.

What can Gha Intel do?

An agent gets 3 documented tools across read & search, analyze, including list_workflow_performance, analyze_workflow_config, get_billing_usage.

How do I install Gha Intel?

Run `npx -y @barissozudogru/gha-intel-mcp`. The README documents one environment variable (GITHUB_TOKEN) to set first. You can also paste the ready-made client config above.

Does Gha Intel run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gha Intel