mcpx
Verified Safeby rossja
Overview
This project provides an adversarial MCP server for AI red-teaming and safety evaluation of AI tool integrations.
Installation
No command providedSecurity Notes
The project is designed for adversarial testing, explicitly defining its defensive scope. It implements robust security features including HTTPS, OAuth 2.0 with PKCE, JWT tokens with expiration/refresh, bcrypt password hashing, CSRF protection, modern TLS, security headers, and input validation. API keys are managed via environment variables. The primary 'risk' is inherent to its purpose (testing adversarial scenarios), not internal security flaws, assuming proper deployment in a controlled environment as documented.
Similar Servers
mcp-scanner
Scans Model Context Protocol (MCP) servers, tools, prompts, and resources for security vulnerabilities, employing static analysis, YARA rules, Cisco AI Defense API, and LLM-based behavioral analysis.
mcp-server-code-execution-mode
This server enables LLM agents to execute Python code in a highly secure, isolated container environment, facilitating complex multi-tool orchestration and data analysis with minimal LLM context token usage.
mcp-interviewer
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.
atomic-red-team-mcp
An MCP server providing tools to search, validate, refresh, and optionally execute Atomic Red Team security tests for threat emulation and security development.