Skip to main content
Glama

Backlog MCP Server

ci.yml745 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@v3 - 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

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