OpenCode

Ready Agent

OpenCode 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

  1. Create an API key for Watermarks Remover.
  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": {
    "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.
← All integrations