Skip to main content
Glama

1MCP Server

publish-to-npm.yml1.42 kB
name: Release on: workflow_call: concurrency: group: npm-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true env: HUSKY: 0 jobs: publish: runs-on: ubuntu-latest environment: release permissions: contents: write id-token: write steps: - uses: actions/checkout@v4 with: ref: main fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.js and pnpm uses: ./.github/actions/setup-node-pnpm - name: Build run: pnpm build - name: Publish to npm run: pnpm publish --no-git-checks --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Generate release changelog uses: orhun/git-cliff-action@v4 id: git-cliff with: config: cliff-release.toml args: -vv --latest --strip header env: GITHUB_REPO: ${{ github.repository }} - name: Download all binary artifacts uses: actions/download-artifact@v4 with: path: binaries/ - name: Create Release uses: softprops/action-gh-release@v2 with: name: Release ${{ github.ref_name }} body: ${{ steps.git-cliff.outputs.content }} files: binaries/*/* draft: false prerelease: false token: ${{ secrets.GITHUB_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/1mcp-app/agent'

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