Skip to main content
Glama

Crawl4AI MCP Server

wrangler.toml748 B
name = "crawl4ai-mcp-server" main = "src/index.ts" compatibility_date = "2025-05-04" # Specify worker environment workers_dev = true usage_model = "bundled" compatibility_flags = ["nodejs_compat"] # KV namespace for storing crawl data kv_namespaces = [ { binding = "CRAWL_DATA", id = "", preview_id = "" } ] # Environment variables [vars] API_VERSION = "v1" MAX_CRAWL_DEPTH = "3" MAX_CRAWL_PAGES = "100" # Development environment [env.development] name = "crawl4ai-mcp-server-dev" vars = { MAX_CRAWL_DEPTH = "2", MAX_CRAWL_PAGES = "10" } # Production environment [env.production] name = "crawl4ai-mcp-server" routes = [ { pattern = "crawl4ai-mcp.yourdomain.com", custom_domain = true } ] # Build settings [build] command = "npm run build"

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

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