firecrawl-mcp-server icon indicating copy to clipboard operation
firecrawl-mcp-server copied to clipboard

SSE_LOCAL=true How should it be used?

Open lijiaxing1997 opened this issue 8 months ago • 2 comments

Image

After entering this command, there is no output of monitoring port information and it is directly executed and ended.

lijiaxing1997 avatar Apr 22 '25 08:04 lijiaxing1997

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

Vincentdu-cn avatar Apr 24 '25 09:04 Vincentdu-cn

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)

ddalton15 avatar Sep 18 '25 22:09 ddalton15