@mhdd_24/ai-red-team-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@mhdd_24/ai-red-team-mcpScan this content for policy or safety issues: 'How do I bypass login?'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@mhdd_24/ai-red-team-mcp
MCP server for Structured robustness/security testing.
Same architecture as @mhdd_24/sublime-mcp.
Full documentation: docs/WIKI.md
How it works (30 seconds)
You (chat) → MCP client → ai-red-team-mcp → AI Red Team APIs / CLIs / local toolsRelated MCP server: PromptWall MCP Server
Prerequisites
Requirement | Notes |
Node.js 18+ | ESM TypeScript MCP server |
Credentials / CLIs | See environment variables below |
Install
Option A — npm (after publish)
npm install -g @mhdd_24/ai-red-team-mcpOption B — npx
npx @mhdd_24/ai-red-team-mcpOption C — clone and build
git clone https://github.com/Mhdd-24/AI-Red-Team-MCP.git
cd AI-Red-Team-MCP
npm install
npm run build
node dist/index.jsConfigure Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"airedteam": {
"command": "npx",
"args": ["-y", "@mhdd_24/ai-red-team-mcp"],
"env": {
"_": "optional"
}
}
}
}Local development:
{
"command": "node",
"args": ["/absolute/path/to/AI-Red-Team-MCP/dist/index.js"]
}Environment variables
Variable | Description |
— | No required env |
Tools
Tool | Description |
| Show Structured robustness/security testing configuration / health. |
| Scan text for policy/safety issues. |
| Generate a test suite outline. |
License
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM.
Writes adversarial test suites for AI-built code. Your agent's test engineer.
1Check AI work against requirements and return structured verdicts, findings, and repair steps.
35-probe LLM/agent security red-team scan (injection, jailbreak, MCP abuse) with report.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform authorized security testing and penetration testing operations including SSL/TLS analysis, port scanning, vulnerability scanning, and HTTP security header audits through natural language interactions.1MIT
- AlicenseNot gradedqualityAmaintenanceEnables scanning LLM prompts and responses for prompt injection, jailbreaks, PII leakage, secret leakage, and other malicious content using deterministic rules, returning verdicts and safe redacted text.1MIT

EVIDIQ Bulwarkofficial
AlicenseNot gradedqualityBmaintenanceProvides deterministic scanning and detection of prompt injection, jailbreak, data-exfiltration, and system-prompt leaks, with EIP-191 signed attestations and 0G Storage anchoring for verifiable safety reports.1MIT
mirage-mcpofficial
FlicenseNot gradedqualityCmaintenanceEnables auditing an AI agent's guardrails by providing adversarial test prompts and scoring responses against known refusal/guardrail patterns.-