gha-intel-mcp
Rank #14,317io.github.barissozudogru/gha-intel
Workflow timing analysis, configuration audit and billing insight for GitHub Actions.
gha-intel-mcp is a Model Context Protocol (MCP) server published by barissozudogru. It ranks #14,317 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. gha-intel-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 12, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 101,274 of 115,591 servers on MCP Toplist.
Use gha-intel-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gha-intel -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- npx -y @barissozudogru/gha-intel-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gha-intel]
command = "npx"
args = ["-y", "@barissozudogru/gha-intel-mcp"]
[mcp_servers.gha-intel.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/gha-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/gha-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gha-intel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@barissozudogru/gha-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/gha-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gha-intel": {
"command": "npx",
"args": [
"-y",
"@barissozudogru/gha-intel-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.barissozudogru%2Fgha-intel)<a href="https://mcptoplist.com/server/io.github.barissozudogru%2Fgha-intel"><img src="https://mcptoplist.com/badge/io.github.barissozudogru%2Fgha-intel.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
barissozudogru
Other servers by barissozudogru
View all barissozudogru servers →Available versions (1)
| Version | Published |
|---|---|
| 0.4.3 | Aug 20, 2026 |
Frequently asked questions
- Who maintains gha-intel-mcp?
- gha-intel-mcp is maintained by barissozudogru, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is gha-intel-mcp listed on the Official MCP Registry?
- Yes — gha-intel-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does gha-intel-mcp have?
- MCP Toplist tracks 1 version of gha-intel-mcp, most recently published on Aug 20, 2026.
- Where can I find the source code for gha-intel-mcp?
- The source code for gha-intel-mcp is hosted at github.com/barissozudogru/gha-intel-mcp.