RAD Security MCP Server
@rad-security
About RAD Security MCP Server
Rad Security MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rad-security": {
"command": "npx",
"args": [
"-y",
"@rad-security/mcp-server"
],
"env": {
"RAD_SECURITY_ACCESS_KEY_ID": "<your-access-key-id>",
"RAD_SECURITY_SECRET_KEY": "<your-secret-key>",
"RAD_SECURITY_ACCOUNT_ID": "<your-account-id>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is RAD Security MCP Server?
RAD Security MCP Server is a Model Context Protocol server that integrates RAD Security’s AI-powered security insights for Kubernetes and cloud environments into AI assistants and IDEs.
How to use RAD Security MCP Server?
Install via npm install @rad-security/mcp-server, then set required environment variables (RAD_SECURITY_ACCESS_KEY_ID, RAD_SECURITY_SECRET_KEY, RAD_SECURITY_ACCOUNT_ID). Run with npx -y @rad-security/mcp-server or as a Docker container. Optionally filter toolkits using INCLUDE_TOOLKITS or EXCLUDE_TOOLKITS.
Key features of RAD Security MCP Server
- Account and cluster inventory
- Container and image security details
- Runtime process tree and baseline
- CVE database queries
- RadQL advanced query interface
Use cases of RAD Security MCP Server
- Security teams list and analyze findings across Kubernetes clusters.
- DevOps engineers query CVE details directly
More Developer Tools MCP servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Grafana MCP server
grafanaMCP server for Grafana
Comments