firecrawl-mcp-server
firecrawl-mcp-server copied to clipboard
SSE_LOCAL=true How should it be used?
After entering this command, there is no output of monitoring port information and it is directly executed and ended.
Same issue ,but it just fine to run with docker.
docker run -d -p 8000:3000 --name firecrawl -e FIRECRAWL_API_URL=http://XXX -e SSE_LOCAL=true dockerpull.cn/mcp/firecrawl
It looks like SSE_LOCAL may have been deprecated in a recent update. Currently, with SSE_LOCAL=true on npm that defaults to [INFO] 2025-09-18T22:58:32.126Z [FastMCP info] Starting server in stateless mode on HTTP Stream at http://localhost:3000/mcp instead of:
Starting server on port 3000
MCP SSE Server listening on [http://localhost:3000](http://localhost:3000/)
SSE endpoint: [http://localhost:3000/sse](http://localhost:3000/sse)
Message endpoint: [http://localhost:3000/messages](http://localhost:3000/messages)