Skip to main content
Codex logo Website: developers.openai.com/codex Use Breakcold as an MCP server in Codex when you want Codex to inspect or operate on Breakcold CRM data during agent workflows.

MCP endpoint

https://mcp.breakcold.com/mcp/v1

Setup

Add the Breakcold MCP server with the Codex CLI:
codex mcp add breakcold --url https://mcp.breakcold.com/mcp/v1
Authorize Codex with Breakcold if your server is using OAuth:
codex mcp login breakcold
Verify the server is configured:
codex mcp list
For bearer-token access, configure the server in ~/.codex/config.toml and point Codex to an environment variable that stores the Breakcold bearer key:
[mcp_servers.breakcold]
url = "https://mcp.breakcold.com/mcp/v1"
bearer_token_env_var = "BREAKCOLD_MCP_TOKEN"