We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
tools-test-cron.yml•560 B
name: Tools Crons
on:
schedule:
- cron: "*/15 * * * *" # Runs every 15 minutes
# We will wait until these tests finish before starting a deploy
# We will also wait for a deploy to finish before starting to run tests
concurrency:
group: deploy-tools
cancel-in-progress: false
jobs:
e2e-validation:
uses: ./.github/workflows/e2e-validation.yml
with:
environment: tools
test_dir: cypress/e2e
secrets: inherit
api-test:
uses: ./.github/workflows/run-api-test.yml
with:
environment: tools
secrets: inherit