Rulepython
.Mcp.Json Rule
MCP configuration with 1 server: firecrawl-mcp
{
"mcpServers": {
"firecrawl-mcp": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "${FIRECRAWL_API_KEY}",
"FIRECRAWL_MAX_RESPONSE_CHARS": "4000"
}
}
}
}