Codex
Add it from the CLI or paste it into ~/.codex/config.toml.
Codex supports both flows. Use codex mcp add when you want
the fastest install. Use config.toml when you want the
launcher committed, reviewed, or manually edited.
If you are actively developing this repo, switch the command to
node /absolute/path/to/browsefleetmcp/dist/index.js so
Codex runs your local build instead of the published package.
codex mcp add browsefleet -- npx -y browsefleetmcp
codex mcp list
# ~/.codex/config.toml
[mcp_servers.browsefleet]
command = "npx"
args = ["-y", "browsefleetmcp"]
# local checkout variant
[mcp_servers.browsefleet]
command = "node"
args = ["/absolute/path/to/browsefleetmcp/dist/index.js"]