Skip to main content
Glama
AaronMurillo01

secure-github-ops

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNodebug, info, warn, error (optional)
GITHUB_TOKENYesYour GitHub PAT with repo access
ALLOWED_REPOSNoLock it down to specific repos like owner/repo1,owner/repo2 (optional)
ADMIN_API_KEYSYesComma-separated admin keys
OPERATOR_API_KEYSNoComma-separated operator keys (optional)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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