We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/statespace-tech/toolfront'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: Deploy Documentation
on:
workflow_dispatch: # Allow manual triggering from GitHub Actions tab
push:
branches:
- main
paths:
- 'docs/**'
- 'zensical.toml'
jobs:
deploy:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Fly.io
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly.io
run: |
cd docs
bash deploy.sh
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}