Skip to main content
Glama
publish-mcp-registry.yml872 B
name: Publish to MCP Registry on: workflow_run: workflows: ["Publish to npm"] types: - completed workflow_dispatch: jobs: publish: runs-on: ubuntu-latest if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }} permissions: contents: read id-token: write steps: - name: Checkout code uses: actions/checkout@v4 - name: Install mcp-publisher run: | curl -L "https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher chmod +x mcp-publisher - name: Publish to MCP Registry run: | ./mcp-publisher login github-oidc ./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/isakskogstad/skolverket-syllabus-mcp'

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