Skip to main content
Glama

GitHub MCP Bridge

by vipink1203
.env.example749 B
# GitHub MCP Environment Configuration # GitHub Token - REQUIRED # Create a token with appropriate scopes for Enterprise Access GITHUB_TOKEN=your_github_token_here # GitHub Enterprise Base URL - REQUIRED # The base URL to your GitHub Enterprise, without trailing slash or specific endpoints # Example: https://api.github.com/enterprises/your-enterprise-name GITHUB_ENTERPRISE_URL=https://api.github.com/enterprises/your-enterprise-name # Transport Mode (Optional) # Options: stdio, sse # Use 'sse' for Docker containerized deployments # Default: stdio TRANSPORT=sse # Server Settings (Only used for SSE transport) PORT=8050 HOST=0.0.0.0 # Logging Level (Optional) # Options: DEBUG, INFO, WARNING, ERROR, CRITICAL # Default: INFO LOG_LEVEL=INFO

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/vipink1203/github-mcp-bridge'

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