Atomic Red Team MCP
by cyberbuff
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ART_DATA_DIR | No | Local directory path where atomic test files are stored (default: ./atomics) | ./atomics |
| ART_MCP_HOST | No | Server host address (default: 0.0.0.0) | 0.0.0.0 |
| ART_MCP_PORT | No | Server port number (default: 8000) | 8000 |
| ART_AUTH_TOKEN | No | Static bearer token for authentication (optional, authentication disabled if not set) | |
| ART_GITHUB_URL | No | GitHub URL for atomics repository (default: https://github.com) | https://github.com |
| ART_GITHUB_REPO | No | Repository name (default: atomic-red-team) | atomic-red-team |
| ART_GITHUB_USER | No | GitHub user/org (default: redcanaryco) | redcanaryco |
| ART_MCP_TRANSPORT | No | Transport protocol (stdio, sse, streamable-http) | |
| ART_AUTH_CLIENT_ID | No | Client identifier for authenticated requests (default: authorized-client) | authorized-client |
| ART_EXECUTION_ENABLED | No | Enable the execute_atomic tool (default: false). Set to true, 1, or yes to enable. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberbuff/atomic-red-team-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server