Skip to main content
Glama

mcp-server-firecrawl

by firecrawl
MIT License
39,239
4,698
  • Apple
  • Linux
entrypoint.sh158 B
#!/usr/bin/env sh set -e # Start Node app in background node dist/index.js & APP_PID=$! # Start NGINX in foreground nginx -g 'daemon off;' wait $APP_PID

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