mcp-server
Verified Safeby rad-security
Overview
Provides AI-powered security insights and operational capabilities for Kubernetes and cloud environments by exposing Rad Security APIs as Model Context Protocol (MCP) tools.
Installation
npx @rad-security/mcp-serverEnvironment Variables
- RAD_SECURITY_ACCESS_KEY_ID
- RAD_SECURITY_SECRET_KEY
- RAD_SECURITY_ACCOUNT_ID
- RAD_SECURITY_TENANT_ID
- RAD_SECURITY_API_URL
- INCLUDE_TOOLKITS
- EXCLUDE_TOOLKITS
- TRANSPORT_TYPE
- PORT
Security Notes
The server retrieves API credentials from environment variables. It implements multiple transport types (Stdio, SSE, Streamable HTTP). For SSE and Streamable HTTP, the default CORS configuration allows all origins ('*'). While this simplifies local development and IDE integration, it should be carefully reviewed and restricted in production deployments for enhanced security. No obvious hardcoded secrets, 'eval', or malicious patterns were found in the truncated source code. Certain operations (CVEs, misconfiguration policies) are available without authentication, as explicitly stated in the README.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
agent
The 1MCP agent acts as a proxy for the Model Context Protocol, managing various MCP servers, enabling application configuration consolidation, and providing tools for registry interaction and preset management.
pg-aiguide
Provides AI-optimized PostgreSQL expertise through semantic search and curated best-practice skills for coding assistants.
tiger-gh-mcp-server
Provides focused tools to LLMs for interacting with GitHub repositories and data via the Model Context Protocol.