Skip to main content
Glama
registry.yml815 B
name: Publish to MCP Registry on: release: types: [published] workflow_dispatch: jobs: publish-registry: name: Publish to MCP Registry runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v6 - name: Install mcp-publisher run: | curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_linux_amd64.tar.gz" | tar xz chmod +x mcp-publisher sudo mv mcp-publisher /usr/local/bin/ - name: Publish to MCP Registry env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # Use GitHub OIDC authentication for publishing from Actions mcp-publisher login github-oidc --token "$GITHUB_TOKEN" 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/josefdc/Uniprot-MCP'

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