Skip to main content
Glama
publish-mcp.yml1.09 kB
name: Publish to MCP Registry (manual) on: # This workflow is kept for manual runs only. The normal release flow # is handled by the consolidated release workflow. workflow_dispatch: jobs: publish: runs-on: ubuntu-latest permissions: id-token: write contents: read steps: - name: Checkout code uses: actions/checkout@v4 - name: Install MCP Publisher run: | curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.4.0/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher - name: Login to MCP Registry (DNS auth) run: | echo "${{ secrets.MCP_PRIVATE_KEY }}" > temp_key.pem PRIVATE_KEY_HEX=$(openssl pkey -in temp_key.pem -noout -text | grep -A3 "priv:" | tail -n +2 | tr -d ' :\n') ./mcp-publisher login dns --domain pipeboard.co --private-key "$PRIVATE_KEY_HEX" rm -f temp_key.pem - name: Publish to MCP Registry run: ./mcp-publisher publish

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/pipeboard-co/meta-ads-mcp'

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