Skip to main content
Glama
ci.ymlβ€’745 B
name: CI on: push: branches: - main pull_request: branches: - main jobs: ci: if: github.event_name != 'push' || !startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest name: πŸ§ͺ Lint, Test, Build steps: - name: πŸ“₯ Checkout uses: actions/checkout@v5 - name: 🟒 Setup Node.js uses: actions/setup-node@v4 with: node-version: '22' cache: 'npm' - name: πŸ“¦ Install deps run: npm ci - name: πŸ” Lint (if exists) run: npm run lint - name: 🎨 Format check (Prettier) run: npm run format - name: πŸ§ͺ Run tests run: npm test - name: πŸ›  Build run: npm run build

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/nulab/backlog-mcp-server'

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