Skip to main content
Glama

MCP Unified Server

by getfounded
docker-stats.yml1.04 kB
name: Track Docker Hub Stats on: schedule: # Run daily at 00:00 UTC - cron: '0 0 * * *' workflow_dispatch: # Allow manual triggering jobs: track-stats: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.9' - name: Install dependencies run: | pip install requests - name: Track Docker Hub statistics run: | python scripts/docker_stats.py - name: Commit statistics run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add docker_stats/ git diff --quiet && git diff --staged --quiet || git commit -m "Update Docker Hub statistics" - name: Push changes uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref }}

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/getfounded/mcp-tool-kit'

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