We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Replicant-Partners/Firecrawler-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•375 B
# Firecrawl API Key (required)
# Get your API key from https://www.firecrawl.dev/
FIRECRAWL_API_KEY=fc-b2413c4beb1e44f3ac0cfb3e33f373a1
# API Base URL (optional, defaults to https://api.firecrawl.dev)
FIRECRAWL_API_BASE=https://api.firecrawl.dev
# Server Transport Mode (stdio or sse)
TRANSPORT=stdio
# SSE Server Port (only used when TRANSPORT=sse)
PORT=3000