npx claudepluginhub sysdig/skills --plugin headless-cloud-securityAdd to your .mcp.json:
{
"mcpServers": {
"sysdig": {
"command": "npx",
"args": [
"-y",
"@sysdig/secure-mcp-server"
],
"env": {
"SYSDIG_SECURE_URL": "${SYSDIG_SECURE_URL}",
"SYSDIG_MCP_API_HOST": "${SYSDIG_MCP_API_HOST}",
"SYSDIG_MCP_API_TOKEN": "${SYSDIG_MCP_API_TOKEN}",
"SYSDIG_MCP_TRANSPORT": "stdio",
"SYSDIG_SECURE_API_TOKEN": "${SYSDIG_SECURE_API_TOKEN}"
}
}
}
}Replace placeholder values for: SYSDIG_SECURE_API_TOKEN, SYSDIG_MCP_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxSYSDIG_SECURE_URL=${SYSDIG_SECURE_URL}SYSDIG_MCP_API_HOST=${SYSDIG_MCP_API_HOST}SYSDIG_MCP_API_TOKEN=${SYSDIG_MCP_API_TOKEN}SYSDIG_MCP_TRANSPORT=stdioSYSDIG_SECURE_API_TOKEN=${SYSDIG_SECURE_API_TOKEN}