Integrate Regest for free now.
Pick whichever option fits you — both take under two minutes.
Option 1
Add Regest to your Claude Desktop.
- Download Claude Desktop
- Edit your config file
Open Claude Desktop, go to Settings → Developer → Edit Config and paste the snippet below.
{ "mcpServers": { "regest": { "type": "sse", "url": "https://your-server.com/sse" } } } - 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.
- Run this in your terminalterminal
claude mcp add regest --transport sse --url https://your-server.com/sse - Done
Regest is now available as a tool in Claude Code.