Codex
Ready AgentOpenAI Codex reads an mcp_servers section in its config.toml and connects to remote MCP servers. Add the AI Detector server to use it from the Codex CLI.
You need
- Codex CLI installed
- An AI Detector API key
Install
- Create an API key for AI Detector.
- Open ~/.codex/config.toml and add the block below with your API key.
- Restart Codex, then confirm the tools are listed.
Configuration
toml
[mcp_servers.ai-detector]
type = "streamable-http"
url = "https://itsai.dev/mcp"
headers = { Authorization = "Bearer <YOUR_API_KEY>" }
Notes
- The config keys can change with the Codex version. Verify them for your install.
Business and API users: the Data Processing Addendum is part of our Terms of Service and describes how personal data in your content is processed.
← All integrations