secure-github-ops
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | debug, info, warn, error (optional) | |
| GITHUB_TOKEN | Yes | Your GitHub PAT with repo access | |
| ALLOWED_REPOS | No | Lock it down to specific repos like owner/repo1,owner/repo2 (optional) | |
| ADMIN_API_KEYS | Yes | Comma-separated admin keys | |
| OPERATOR_API_KEYS | No | Comma-separated operator keys (optional) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| github.issues.createA | Create a GitHub issue (v1.0.0). Creates a pending action that requires admin approval before executing. |
| github.pr.openA | Open a GitHub pull request (v1.0.0). Creates a pending action that requires admin approval before executing. |
| github.comment.addA | Add a comment to a GitHub issue or pull request (v1.0.0). Creates a pending action that requires admin approval. |
| admin.approve_actionA | Approve and execute a pending action (v1.0.0). Admin role required. This is the ONLY way to execute GitHub write operations. |
| admin.deny_actionA | Deny a pending action (v1.0.0). Admin role required. |
| admin.list_pending_actionsB | List pending actions (v1.0.0). Admin role required. |
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
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/AaronMurillo01/secure-github-ops'
If you have feedback or need assistance with the MCP directory API, please join our Discord server