Skip to main content
Glama
publish-npm.yml829 B
name: Publish Package to npmjs on: push: branches: - main jobs: publish-npm: name: Publish Package to npmjs runs-on: ubuntu-latest permissions: contents: read # id-token: write # Uncomment if using npm provenance steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: "22.x" registry-url: "https://registry.npmjs.org/" cache: "npm" - name: Install dependencies run: npm ci - name: Build package run: npm run build # - name: Run tests # run: npm test - name: Publish package to npmjs run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.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/alexbakers/mcp-ipfs'

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