RAD Security MCP Server

Rad Security MCP Server

Remote serverstreamable-http

What is the RAD Security MCP server?

Rad Security MCP Server. That is what the rad security mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

A Model Context Protocol (MCP) server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments.

  • Account Inventory
  • List clusters and their details
  • Containers Inventory
  • List containers and their details
  • Security Findings
  • List and analyze security findings

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 6 tools. What each one is for:

  • Header — Effect
  • Cursor — The Cursor tool exposed by this server
  • Cline — The Cline tool exposed by this server
  • Windsurf — ~/.codeium/windsurf/mcp_config.json — note the URL field is serverUrl:
  • Prerequisites — The Prerequisites tool exposed by this server
  • Credentials — Provide your RAD Security credentials via environment variables:

What it needs from you

Configuration is passed through the environment: RAD_SECURITY_ACCESS_KEY_ID, RAD_SECURITY_SECRET_KEY, RAD_SECURITY_ACCOUNT_ID, RAD_MCP_TOKEN, RAD_SECURITY_TENANT_ID, RAD_SECURITY_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js 20.x or higher

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. RAD Security's toolset — Header, Cursor, Cline and 3 more — is a fair guide to whether it matches your workflow. It is maintained by rad-security; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
HeaderEffect
CursorThe Cursor tool exposed by this server.
ClineThe Cline tool exposed by this server.
Windsurf~/.codeium/windsurf/mcp_config.json — note the URL field is serverUrl:
PrerequisitesThe Prerequisites tool exposed by this server.
CredentialsProvide your RAD Security credentials via environment variables:

How to install the RAD Security MCP server

### Cursor

`.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "rad-security": {
      "type": "http",
      "url": "https://api.rad.security/mcp/",
      "headers": {
        "Authorization": "Bearer <access_key_id>:<secret_key>:<account_id>"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 20.x or higher
VariableDescriptionRequired
RAD_SECURITY_ACCESS_KEY_IDCredential the server authenticates with.Yes
RAD_SECURITY_SECRET_KEYCredential the server authenticates with.Yes
RAD_SECURITY_ACCOUNT_IDConfiguration value read at startup.Optional
RAD_MCP_TOKENCredential the server authenticates with.Yes
RAD_SECURITY_TENANT_IDConfiguration value read at startup.Optional
RAD_SECURITY_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use RAD Security to Header.
  • Use RAD Security to Cursor.
  • Use RAD Security to Cline.

Frequently asked questions

It connects RAD Security to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Header, Cursor, Cline, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with RAD Security directly.