safebreach-mcp
by SafeBreach
Overview
A Model Context Protocol (MCP) server that bridges AI agents with SafeBreach's Breach and Attack Simulation platform for natural language queries and seamless integration.
Installation
safebreach-mcp-all-serversEnvironment Variables
- SAFEBREACH_MCP_ALLOW_EXTERNAL
- SAFEBREACH_MCP_AUTH_TOKEN
- SAFEBREACH_MCP_CONFIG_EXTERNAL
- SAFEBREACH_MCP_DATA_EXTERNAL
- SAFEBREACH_MCP_UTILITIES_EXTERNAL
- SAFEBREACH_MCP_PLAYBOOK_EXTERNAL
- SAFEBREACH_MCP_BIND_HOST
- SAFEBREACH_ENVS_FILE
- SAFEBREACH_LOCAL_ENV
- DATA_URL
- CONFIG_URL
- SIEM_URL
- ACCOUNT_ID
- {console_name}_APITOKEN
Security Notes
The server's default configuration binds to localhost (127.0.0.1) and is secure. It uses robust practices for secret management (AWS SSM, Secrets Manager, environment variables) and explicitly warns against hardcoding secrets. There is no evidence of 'eval' or other dynamic code execution patterns. However, the documentation explicitly states that 'The current authorization method is experimental and does not contain validated authentication flows for external MCP connections.' This critical self-admission indicates potential vulnerabilities in its external authentication mechanism, even though a Bearer token is required for external access. Therefore, while safe for local development, external deployment is risky and not recommended for production or sensitive environments.
Similar Servers
mcphub
The MCPHub acts as a centralized gateway for managing and orchestrating various Model Context Protocol (MCP) servers and OpenAPI-compatible services. It provides a unified API, OAuth 2.0 authorization, user management, and AI-powered 'smart routing' for dynamic tool discovery and invocation.
mcp-omnisearch
A Model Context Protocol (MCP) server that provides unified access to multiple search providers, AI tools, and content processing/enhancement features through a single interface.
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
1xn-vmcp
An open-source tool for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, facilitating fine-grained context-engineering for AI workflows and agents.