mcp-server
Verified Safeby rad-security
Overview
Provides an AI-powered Model Context Protocol (MCP) server for integrating with RAD Security's Kubernetes and cloud security insights.
Installation
npx @rad-security/mcp-serverEnvironment Variables
- RAD_SECURITY_ACCESS_KEY_ID
- RAD_SECURITY_SECRET_KEY
- RAD_SECURITY_ACCOUNT_ID
Security Notes
The server handles API authentication credentials via environment variables, ensuring secrets are not hardcoded. It utilizes Zod for robust input validation across all tool calls, mitigating common injection risks. Sensitive data in logs is redacted using Pino's configuration. CORS is enabled for all origins, which is a design choice for an MCP server expecting integration with various frontends/IDEs. No 'eval' or obvious obfuscation detected. The primary external security considerations lie with the security posture of the third-party Rad Security API and cve.circl.lu API it integrates with.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
pg-aiguide
Provides AI-optimized PostgreSQL expertise, including semantic search over documentation and curated best practices, to assist AI coding tools in generating better PostgreSQL code.
agent
Manages and proxies multiple Model Context Protocol (MCP) servers locally, providing a unified entry point and CLI for installation, configuration, and status monitoring.
thoughtbox
Provides a durable, local-first reasoning ledger and structured cognitive tools for AI agents, enabling step-by-step thinking, branching, revisions, and autonomous critique, with progressive tool disclosure and client compatibility adaptations.