Skip to main content
Glama
deploy-on-main.yml601 B
name: Deploy Main on: push: tags: - 'release/*' jobs: deploy-tools-prod: uses: ./.github/workflows/deploy-stack.yml with: environment: tools version: stable secrets: inherit on-failure: runs-on: ubuntu-latest needs: deploy-tools-prod environment: tools if: failure() steps: - run: | curl -X POST \ -H 'Content-type: application/json' \ --data "{\"text\": \":si: Deployment to tools failed: <https://github.com/systeminit/si/actions/runs/$GITHUB_RUN_ID|:ship: Link>\"}" ${{ secrets.SLACK_WEBHOOK_URL }}

Latest Blog Posts

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/systeminit/si'

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