OpenCode
Ready AgentOpenCode 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
- Create an API key for AI Detector.
- Create or edit the project opencode.json, or ~/.config/opencode/opencode.json.
- Paste the block below with your API key.
- 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