Skip to content

Claude Desktop Setup

  • Claude Desktop installed (download)
  • A TroveSec account with at least one completed scan
  • A TroveSec API key — generate one under Integrations → API Keys
  1. Open the Claude Desktop config file

    Terminal window
    open ~/Library/Application\ Support/Claude/

    Open claude_desktop_config.json in your editor.

  2. Add the TroveSec server block

    {
    "mcpServers": {
    "trovesec": {
    "url": "https://mcp.trovesec.io/sse",
    "transport": "sse",
    "headers": {
    "Authorization": "Bearer cs_live_xxx"
    }
    }
    }
    }

    Replace cs_live_xxx with your API key from the Integrations page.

  3. Restart Claude Desktop

    Fully quit and reopen Claude Desktop. TroveSec tools will appear in the tool selector (the hammer icon).

  4. Verify the connection

    Type: “What are my critical AWS findings?”

    Claude should call get_findings and respond with real data from your most recent scan.