OpenCode
Ready AgentOpenCode connects to remote MCP servers listed in its config file. Add the Watermarks Remover server to use the clean tools from the OpenCode agent.
You need
- OpenCode installed
- A Watermarks Remover API key
Install
- Create an API key for Watermarks Remover.
- 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": {
"watermarks-remover": {
"type": "remote",
"url": "https://watermarks-remover.com/mcp",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" },
"enabled": true
}
}
}
Notes
- Prefer opencode add for an interactive setup if your version supports it.