Integrate Regest for free now.

Pick whichever option fits you — both take under two minutes.

Option 1

Add Regest to your Claude Desktop.

  1. Download Claude Desktop
  2. Edit your config file

    Open Claude Desktop, go to Settings → Developer → Edit Config and paste the snippet below.

    Paste into config
    {
      "mcpServers": {
        "regest": {
          "type": "sse",
          "url": "https://your-server.com/sse"
        }
      }
    }
  3. Restart Claude Desktop

    Regest will appear in the tool menu — select it and you're ready to go.

Option 2

Add Regest to your Claude Code.

  1. Run this in your terminal
    terminal
    claude mcp add regest --transport sse --url https://your-server.com/sse
  2. Done

    Regest is now available as a tool in Claude Code.