Skip to main content
Glama

mcp-server-firecrawl

by firecrawl
MIT License
39,239
4,698
  • Apple
  • Linux
image.yml904 B
name: Deploy Images to GHCR env: DOTNET_VERSION: '6.0.x' on: push: branches: - main workflow_dispatch: jobs: push-image: runs-on: ubuntu-latest steps: - name: 'Checkout GitHub Action' uses: actions/checkout@main - name: 'Login to GitHub Container Registry' uses: docker/login-action@v1 with: registry: ghcr.io username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} - name: 'Set up Docker Buildx' uses: docker/setup-buildx-action@v1 - name: 'Build Service Image' uses: docker/build-push-action@v2 with: context: . file: ./Dockerfile.service push: true tags: ghcr.io/firecrawl/firecrawl-mcp-server:latest cache-from: type=registry,ref=ghcr.io/firecrawl/firecrawl-mcp-server:latest cache-to: type=inline

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/firecrawl/firecrawl-mcp-server'

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