a year ago
Server Config
{
"mcpServers": {
"mcp-server-firecrawl": {
"command": "uv",
"args": [
"--directory",
"src",
"run",
"website-firecrawl-service"
],
"env": {
"FIRECRAWL_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}