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

Add codex config sample into docs

Open savinmikhail opened this issue 6 months ago • 5 comments

Hi!

I added “Running on Codex CLI” section to help users configure this MCP server in Codex.

Changes

  • Updated README.md:101 with Codex CLI configuration

savinmikhail avatar Oct 18 '25 15:10 savinmikhail

Tested with my own config.toml and works. This CLI command also does the job - however end result is slightly different.

# replace with actual firecrawl api key
codex mcp add firecrawl --env FIRECRAWL_API_KEY=fc-YOUR_API_KEY-- npx -y firecrawl-mcp

& the output in config.toml is slightly different (.env on 2 extra lines), but still works.

[mcp_servers.firecrawl]
command = "npx"
args = ["-y", "firecrawl-mcp"]

[mcp_servers.firecrawl.env]
FIRECRAWL_API_KEY = "fc-YOUR_API_KEY"

@savinmikhail I can make a PR to merge this CLI command into your branch.

ccbbccbb avatar Oct 24 '25 06:10 ccbbccbb

@ccbbccbb hi, yep, go ahead, i'll appreciate your help

savinmikhail avatar Oct 24 '25 07:10 savinmikhail

@savinmikhail have not had time to get around to this - may I recommend that you drop in one line with the command I shared earlier to update PR ?

ccbbccbb avatar Nov 03 '25 17:11 ccbbccbb

@ccbbccbb done

savinmikhail avatar Nov 04 '25 12:11 savinmikhail

@burkeholland , hi, can you review it please?

savinmikhail avatar Nov 04 '25 12:11 savinmikhail