Skip to main content
Glama

GitHub Enterprise MCP Server

release.yml637 B
name: Release run-name: ✨ Release ${{ github.ref_name }} triggered by @${{ github.actor }} on: push: tags: - 'v[0-9]+.[0-9]+.[0-9]+' jobs: release: runs-on: ubuntu-24.04 permissions: contents: write packages: write steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 - name: Create Release and Generate Notes uses: softprops/action-gh-release@v1 with: name: github-enterprise-mcp ${{ github.ref_name }} generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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/ddukbg/github-enterprise-mcp'

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