Claude Desktop Setup
Prerequisites
Section titled “Prerequisites”- Claude Desktop installed (download)
- A TroveSec account with at least one completed scan
- A TroveSec API key — generate one under Integrations → API Keys
-
Open the Claude Desktop config file
Terminal window open ~/Library/Application\ Support/Claude/Open
claude_desktop_config.jsonin your editor.Press
Win + R, type%APPDATA%\Claude, press Enter. Openclaude_desktop_config.jsonin your editor. -
Add the TroveSec server block
{"mcpServers": {"trovesec": {"url": "https://mcp.trovesec.io/sse","transport": "sse","headers": {"Authorization": "Bearer cs_live_xxx"}}}}Replace
cs_live_xxxwith your API key from the Integrations page. -
Restart Claude Desktop
Fully quit and reopen Claude Desktop. TroveSec tools will appear in the tool selector (the hammer icon).
-
Verify the connection
Type: “What are my critical AWS findings?”
Claude should call
get_findingsand respond with real data from your most recent scan.