rad-security/mcp-server
by Various
Rad Security MCP Server
MCP
rad-security/mcp-server
Added 1 June 2026
Overview
A TypeScript-based MCP server that exposes Rad Security's capabilities to AI agents via the Model Context Protocol. It enables AI tools to query security data or trigger actions through a standardized interface.
Best for
Best for
Developers building AI agents that need to interact with Rad Security's security platform
Use cases
- Connecting AI assistants to Rad Security's vulnerability scanning data
- Automating security incident response workflows with AI agents
- Integrating Rad Security alerts into AI-powered monitoring dashboards
How to use
Install
npm install @rad-security/mcp-server Tested with
Cursor, Claude Desktop
Example client config
{\n "mcpServers": {\n "rad-security": {\n "command": "npx",\n "args": ["-y", "@rad-security/mcp-server"],\n "env": {\n "RAD_SECURITY_ACCESS_KEY_ID": "<your-access-key-id>",\n "RAD_SECURITY_SECRET_KEY": "<your-secret-key>",\n "RAD_SECURITY_ACCOUNT_ID": "<your-account-id>"\n }\n }\n }\n} Notes
A TypeScript-based MCP server that exposes Rad Security’s capabilities to AI agents via the Model Context Protocol. It enables AI tools to query security data or trigger actions through a standardized interface.
6 stars on GitHub. Last updated 2026-04-21. Licensed MIT.
Use cases
- Connecting AI assistants to Rad Security’s vulnerability scanning data
- Automating security incident response workflows with AI agents
- Integrating Rad Security alerts into AI-powered monitoring dashboards
Pros
- Open-source and built with TypeScript for type safety
- Follows the MCP standard for interoperability with AI frameworks
- Lightweight server with minimal dependencies
Cons
- Very low community adoption (6 stars) suggests limited testing and support
- Documentation and usage examples may be sparse
- Tied to Rad Security’s platform, not useful outside that ecosystem
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open-source and built with TypeScript for type safety
- Follows the MCP standard for interoperability with AI frameworks
- Lightweight server with minimal dependencies
Cons
- Very low community adoption (6 stars) suggests limited testing and support
- Documentation and usage examples may be sparse
- Tied to Rad Security's platform, not useful outside that ecosystem
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.