Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to bind the server to8000
BASE_URLYesBase URL of the application (e.g., https://your-app.herokuapp.com)
READ_ONLYNoSet to '1' to force read-only access to GitHub tools0
GITHUB_SCOPESNoOAuth scopes requested for the GitHub token (e.g., 'repo read:org read:user')repo read:org read:user
BACKEND_MCP_URLNoURL to the backend MCP server (if not spawning a subprocess)
GITHUB_TOOLSETSNoComma-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_KEYYesSecret key used to sign JWT tokens for session management
GITHUB_MCP_BINARYNoPath to the github-mcp-server binary (overrides PATH search)
GITHUB_OAUTH_CLIENT_IDYesGitHub OAuth App client ID
GITHUB_OAUTH_CLIENT_SECRETYesGitHub OAuth App client secret

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/tutorcruncher/git-mcp'

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