Skip to main content
Glama
Mhdd-24

@mhdd_24/ai-red-team-mcp

by Mhdd-24

@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 tools

Related 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-mcp

Option B — npx

npx @mhdd_24/ai-red-team-mcp

Option 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.js

Configure 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

airedteam_status

Show Structured robustness/security testing configuration / health.

airedteam_scan

Scan text for policy/safety issues.

airedteam_suite

Generate a test suite outline.


License

ISC

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables 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.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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.
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables auditing an AI agent's guardrails by providing adversarial test prompts and scoring responses against known refusal/guardrail patterns.
    -