Docs cloud
Cloud MCP
Query RetrySight Cloud staging metrics, tasks, and collectors from Cursor, VS Code, or Kiro over MCP.
On this page
Cloud exposes an MCP server that talks to the hosted manager (GraphQL). This is separate from Lite MCP, which hits loopback.
Token
Mint a long-lived MCP token (default 90 days) with your dashboard email and password:
curl -s -X POST https://cloud-staging.retrysight.com/api/v1/auth/mcp-token \
-H 'Content-Type: application/json' \
-d '{"email":"you@company.com","password":"YOUR_PASSWORD"}'
Set APM_MCP_TOKEN to the returned token. Alternatively set APM_EMAIL and APM_PASSWORD and let the server exchange them on startup.
The token cannot escalate beyond the issuer’s roles.
Manager URL
MANAGER_URL=https://cloud-staging.retrysight.com
APM_MCP_TOKEN=...
On staging, MCP uses the same Cloud origin as the dashboard.
IDE setup
Use a stdio MCP server (@agentretry/mcp-server or the Cloud-provided package) with MANAGER_URL and APM_MCP_TOKEN in the environment. Merge that entry into:
- Cursor:
.cursor/mcp.json - VS Code: MCP settings
- Kiro: the same stdio pattern
Tools (typical)
| Tool | Description |
|---|---|
get_dashboard_summary | KPIs, retry cost, trends |
list_tasks / get_task | Task list and timeline |
list_agents | Collector fleet status |
Exact tool names follow the MCP package you install. Restart the IDE after changing MCP config.
Related
Cloud dashboard · Lite MCP (local only)