Skip to main content
Glama
cyberbuff

Atomic Red Team MCP

by cyberbuff

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ART_DATA_DIRNoLocal directory path where atomic test files are stored (default: ./atomics)./atomics
ART_MCP_HOSTNoServer host address (default: 0.0.0.0)0.0.0.0
ART_MCP_PORTNoServer port number (default: 8000)8000
ART_AUTH_TOKENNoStatic bearer token for authentication (optional, authentication disabled if not set)
ART_GITHUB_URLNoGitHub URL for atomics repository (default: https://github.com)https://github.com
ART_GITHUB_REPONoRepository name (default: atomic-red-team)atomic-red-team
ART_GITHUB_USERNoGitHub user/org (default: redcanaryco)redcanaryco
ART_MCP_TRANSPORTNoTransport protocol (stdio, sse, streamable-http)
ART_AUTH_CLIENT_IDNoClient identifier for authenticated requests (default: authorized-client)authorized-client
ART_EXECUTION_ENABLEDNoEnable 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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