We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/robinmordasiewicz/f5xc-cloudstatus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Enforce Repository Settings
on:
schedule:
- cron: '0 */6 * * *'
push:
branches: [main]
paths:
- '.github/config/**'
workflow_dispatch:
permissions:
contents: read
concurrency:
group: enforce-repo-settings
cancel-in-progress: true
jobs:
enforce:
uses: robinmordasiewicz/f5xc-template/.github/workflows/enforce-repo-settings.yml@main
secrets:
repo-admin-token: ${{ secrets.REPO_ADMIN_TOKEN }}