github-ops-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub personal access token for higher rate limits and write operations. If not provided, the client works unauthenticated for public repos (60 req/hr). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| triage_issuesB | Find issues missing labels, assignees, or milestones. Use this to identify untriaged work. |
| bulk_label_issuesC | Apply a label to all issues matching a text filter. Defaults to dry-run mode. |
| stale_issue_reportB | Find issues with no activity in N days, grouped by label and assignee. |
| close_resolved_issuesB | Bulk-close issues with a specific label that are older than N days. Defaults to dry-run mode. |
| pr_review_dashboardA | Show open PRs grouped by review status (awaiting, changes requested, approved) with wait times. |
| stale_pr_reportB | Find pull requests with no activity in N days. |
| pr_check_statusA | Aggregate CI/check status across all open PRs — quick 'is anything red' overview. |
| repo_health_auditA | Audit a repo for operational hygiene: branch protection, CODEOWNERS, CI, license, security policy. |
| repo_compareC | Compare health audit results across multiple repos to find inconsistencies. |
| team_access_reviewB | List users and their permission levels for a repo or org. Shows who has admin, write, or read access. |
| permission_auditC | Audit an org for permission issues: outside collaborators, direct access bypassing teams. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/avg-ape/github-ops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server