OpenCode

Ready Agent

OpenCode connects to remote MCP servers listed in its config file. Add the AI Detector server to use the detect tools from the OpenCode agent.

You need

  • OpenCode installed
  • An AI Detector API key

Install

  1. Create an API key for AI Detector.
  2. Create or edit the project opencode.json, or ~/.config/opencode/opencode.json.
  3. Paste the block below with your API key.
  4. Restart OpenCode, then confirm the tools are listed.

Configuration

json

{
  "mcp": {
    "ai-detector": {
      "type": "remote",
      "url": "https://itsai.dev/mcp",
      "headers": { "Authorization": "Bearer <YOUR_API_KEY>" },
      "enabled": true
    }
  }
}

Notes

  • Prefer opencode add for an interactive setup if your version supports it.

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