Settings
Current Plan
Manage your subscription and billing
Alert Rules
Configure which conditions trigger alerts
MCP Configuration
Use these values to configure the Guardrly MCP Server
HMAC Secret
The MCP Server uses this to sign requests to the Guardrly API. Add it as HMAC_SECRET in your MCP config.
Loading…
Full MCP Config
Paste into your claude_desktop_config.json or Cursor settings. Replace YOUR_API_KEY_HERE with a key from the API Keys section below.
{
"mcpServers": {
"guardrly": {
"command": "python3",
"args": [
"-m",
"guardrly"
],
"env": {
"GUARDRLY_API_KEY": "YOUR_API_KEY_HERE",
"GUARDRLY_API_URL": "https://api.guardrly.com",
"HMAC_SECRET": "loading..."
}
}
}
}API Keys
Keys used to authenticate your SDK and MCP server