Skip to main content
Glama
pkg-release.yml630 B
name: Publish to npm on: push: tags: - 'v*' permissions: contents: read id-token: write jobs: publish: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6 with: node-version: '24' registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci - name: Publish to npm if: github.ref_type == 'tag' run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.POSTMAN_NPM_TOKEN }}

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/postmanlabs/postman-mcp-server'

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