safebreach-mcp
Verified Safeby SafeBreach
Overview
A Model Context Protocol (MCP) server that enables AI agents to interact with SafeBreach's Breach and Attack Simulation platform for security posture management and analysis.
Installation
uv run start_all_servers.pyEnvironment Variables
- E2E_CONSOLE
- SAFEBREACH_MCP_ALLOW_EXTERNAL
- SAFEBREACH_MCP_AUTH_TOKEN
- SAFEBREACH_MCP_CONFIG_EXTERNAL
- SAFEBREACH_MCP_DATA_EXTERNAL
- SAFEBREACH_MCP_UTILITIES_EXTERNAL
- SAFEBREACH_MCP_BIND_HOST
- SAFEBREACH_MCP_BASE_URL
- SAFEBREACH_ENVS_FILE
- SAFEBREACH_LOCAL_ENV
- SB_MCP_ENABLE_LOCAL_CACHING
- DATA_URL
- CONFIG_URL
- SIEM_URL
- ACCOUNT_ID
- {console_name}_apitoken
Security Notes
The project prioritizes a 'Security-First Design' with automated secret scanning using pre-commit hooks, Claude security context awareness, and template-based configuration to prevent accidental credential exposure. API tokens are managed securely via environment variables, AWS SSM Parameter Store, or AWS Secrets Manager. External server access is optional and requires explicit configuration along with HTTP Bearer token authentication. Localhost connections bypass authentication for development convenience. No 'eval' or direct obfuscation was found, and network risks are clearly documented with warnings for external exposure.
Similar Servers
hyper-mcp
A fast, secure Model Context Protocol (MCP) server that extends its capabilities through WebAssembly plugins, enabling AI agents to access tools, resources, and prompts.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.