Skip to main content
Glama

MCP Prompts Server

reusable-publish.yml1.4 kB
# This reusable workflow handles versioning with Changesets and # publishing to NPM. name: Reusable Package Publisher on: workflow_call: inputs: node-version: required: false type: string default: '20.x' secrets: NPM_TOKEN: required: true GITHUB_TOKEN: required: true jobs: publish-package: runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v4 with: # Fetch all history for accurate versioning fetch-depth: 0 - name: Setup PNPM uses: pnpm/action-setup@v4 with: version: 9 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }} cache: 'pnpm' registry-url: 'https://registry.npmjs.org' - name: Install Dependencies run: pnpm install --frozen-lockfile - name: Create Release Pull Request or Publish id: changesets uses: changesets/action@v1 with: # This command will create a PR if there are new changesets, # or publish packages if the PR has been merged. publish: pnpm run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

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/sparesparrow/mcp-prompts'

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