Skip to main content
Glama
fellipegoncalvesleite

ChatGPT GitHub MCP App

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOW_MERGENoSet to 'true' to register the PR merge tool.false
BRANCH_PREFIXNoPrefix for branches created by ChatGPT.chatgpt/
GITHUB_APP_IDYesYour GitHub App ID.
MAX_FILE_BYTESNoMaximum bytes for a single file write.300000
PUBLIC_BASE_URLYesPublic HTTPS base URL of the service, e.g. https://your-domain.com
ALLOW_DELETE_BRANCHNoSet to 'true' to register the branch deletion tool.false
ALLOW_WORKFLOW_EDITSNoSet to 'true' to allow modifying .github/workflows files.false
MAX_FILES_PER_CHANGENoMaximum number of files modified in one change.30
OAUTH_SIGNING_SECRETYesSecret used for signing OAuth tokens. Generate with `npm run generate:secrets`.
MAX_TOTAL_CHANGE_BYTESNoMaximum total bytes for a single change.2000000
GITHUB_PRIVATE_KEY_PATHYesPath to the GitHub App private key file.
PROTECTED_PATH_PATTERNSNoComma-separated path patterns that are forbidden to read or write..env,*.pem,*.key,secrets/
ALLOW_ALL_INSTALLED_REPOSNoSet to 'true' to allow all repositories where the GitHub App is installed.false
OAUTH_ADMIN_PASSWORD_HASHYesBcrypt hash of the admin password. Generate with `npm run generate:secrets`.
ALLOW_DEFAULT_BRANCH_WRITENoSet to 'true' to allow writing directly to the default branch (not recommended).false
GITHUB_ALLOWED_REPOSITORIESNoComma-separated list of repositories allowed for access. Leave empty to allow none (unless ALLOW_ALL_INSTALLED_REPOS=true).

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/fellipegoncalvesleite/chatgpt-github-mcp-app'

If you have feedback or need assistance with the MCP directory API, please join our Discord server