We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/i-dot-ai/parliament-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#
name: Update repository from Cookiecutter
permissions:
contents: write
pull-requests: write
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * *" # Every day at 9am
jobs:
check_for_update:
uses: i-dot-ai/i-dot-ai-core-github-actions/.github/workflows/cruft-update-repo.yml@main
secrets:
AWS_GITHUBRUNNER_PAT: ${{ secrets.AWS_GITHUBRUNNER_PAT }}
COOKIECUTTER_SSH_PRIVATE_KEY: ${{ secrets.COOKIECUTTER_SSH_PRIVATE_KEY }}
#