Connect Claude Desktop
Add the Sentrasec MCP server to Claude Desktop so it can scan and explain findings for you.
Add the server
Open the Claude Desktop configuration file and add the sentrasec server:
claude_desktop_config.json
{ "mcpServers": { "sentrasec": { "command": "sentrasec", "args": ["mcp", "serve"], "env": { "SENTRASEC_APP_ID": "app_...", "SENTRASEC_APP_KEY": "sk_prod_..." } } }}Replace sk_prod_... with your API key. See Authentication for how to create one.
Use it
Quit and reopen Claude Desktop. The tools appear once the server connects. Then ask something like:
Scan our staging environment and tell me what needs fixing before release.
See the tools reference for everything the agent can call.