Codex

Ready Agent

OpenAI Codex reads an mcp_servers section in its config.toml and connects to remote MCP servers. Add the Watermarks Remover server to use it from the Codex CLI.

You need

  • Codex CLI installed
  • A Watermarks Remover API key

Install

  1. Create an API key for Watermarks Remover.
  2. Open ~/.codex/config.toml and add the block below with your API key.
  3. Restart Codex, then confirm the tools are listed.

Configuration

toml

[mcp_servers.watermarks-remover]
type = "streamable-http"
url = "https://watermarks-remover.com/mcp"
headers = { Authorization = "Bearer <YOUR_API_KEY>" }

Notes

  • The config keys can change with the Codex version. Verify them for your install.
← All integrations