revenexx docs MCP in VS Code

Add the revenexx documentation MCP server to GitHub Copilot Chat in VS Code.

Add the revenexx documentation MCP server to GitHub Copilot Chat in VS Code 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

Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P) and run MCP: Open User Configuration. Add the revenexx-docs entry to mcp.json:

JSON
{
  "servers": {
    "revenexx-docs": {
      "url": "https://revenexx.dev/mcp",
      "type": "http"
    }
  }
}

Save the file. Copilot Chat connects to the server and loads its tools.

Try it

Open Copilot Chat, switch to Agent Mode, and ask:

  • 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.
  • Which revenexx SDKs are available? Check the docs.
Was this page helpful?