RetrySight Cloud staging is live.

Open Cloud
Documentation menu
Docs home

Docs cloud

Cloud MCP

Query RetrySight Cloud staging metrics, tasks, and collectors from Cursor, VS Code, or Kiro over MCP.

On this page
  1. Token
  2. Manager URL
  3. IDE setup
  4. Tools (typical)
  5. Related

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)

ToolDescription
get_dashboard_summaryKPIs, retry cost, trends
list_tasks / get_taskTask list and timeline
list_agentsCollector fleet status

Exact tool names follow the MCP package you install. Restart the IDE after changing MCP config.

Cloud dashboard · Lite MCP (local only)