revenexx docs MCP in OpenCode

Add the revenexx documentation MCP server to OpenCode.

Add the revenexx documentation MCP server to OpenCode so it can search and read the docs while you work. The server is hosted and public — no install, no API key.

Add the server

Add a remote MCP entry to your opencode.json:

JSON
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "revenexx-docs": {
      "type": "remote",
      "url": "https://revenexx.dev/mcp",
      "enabled": true
    }
  }
}

Try it

  • Search the revenexx docs for how to authenticate against the API.
  • Using the revenexx docs, show me how to create an order with the CLI.
  • What events does the revenexx webhooks service publish? Check the docs.
Was this page helpful?