Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port the server will listen on3000
DATABASE_FILENoThe path to the SQLite database file./github-integration-hub.db
GITHUB_CLIENT_IDYesYour GitHub OAuth client ID
GITHUB_API_BASE_URLNoThe GitHub API base URLhttps://api.github.com
GITHUB_REDIRECT_URINoThe GitHub OAuth redirect URI (must match the GitHub OAuth app configuration)http://localhost:3000/auth/github/callback
GITHUB_CLIENT_SECRETYesYour GitHub OAuth client secret
GITHUB_OAUTH_TOKEN_URLNoThe GitHub OAuth token URLhttps://github.com/login/oauth/access_token
GITHUB_OAUTH_AUTHORIZE_URLNoThe GitHub OAuth authorization URLhttps://github.com/login/oauth/authorize
GITHUB_INTEGRATION_HUB_BASE_URLNoThe base URL for the GitHub Integration Hubhttp://localhost:3000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/CrBatista/mcp-cli-github-integration'

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