git-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to bind the server to | 8000 |
| BASE_URL | Yes | Base URL of the application (e.g., https://your-app.herokuapp.com) | |
| READ_ONLY | No | Set to '1' to force read-only access to GitHub tools | 0 |
| GITHUB_SCOPES | No | OAuth scopes requested for the GitHub token (e.g., 'repo read:org read:user') | repo read:org read:user |
| BACKEND_MCP_URL | No | URL to the backend MCP server (if not spawning a subprocess) | |
| GITHUB_TOOLSETS | No | Comma-separated list of GitHub tool sets to enable (e.g., repos,issues,pull_requests,users,context) or 'all' | repos,issues,pull_requests,users,context |
| JWT_SIGNING_KEY | Yes | Secret key used to sign JWT tokens for session management | |
| GITHUB_MCP_BINARY | No | Path to the github-mcp-server binary (overrides PATH search) | |
| GITHUB_OAUTH_CLIENT_ID | Yes | GitHub OAuth App client ID | |
| GITHUB_OAUTH_CLIENT_SECRET | Yes | GitHub OAuth App client secret |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |