Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DCS_MAX_FILESNoMax files per scan.10000
DCS_FUZZ_MODELNoClaude model for input generation.claude-sonnet-4-6
DCS_MAX_RESULTSNoMax findings returned per hunt operation.100
DCS_FUZZ_CONSENTNoPre-configured consent for CI.false
ANTHROPIC_API_KEYNoAPI key for Claude (required for fuzzing).
DCS_ALLOWED_PATHSNoComma-separated list of allowed project paths.
DCS_QUERY_TIMEOUTNoTree-sitter query timeout in seconds.5.0
DCS_REGISTRY_PATHNoPath to deep-code-security registries directory.
DCS_FUZZ_GCP_REGIONNoGCP region for Vertex AI.us-east5
DCS_FUZZ_OUTPUT_DIRNoCorpus and report output directory../fuzzy-output
DCS_FUZZ_TIMEOUT_MSNoPer-input execution timeout in milliseconds.5000
DCS_SANDBOX_TIMEOUTNoPer-exploit timeout in seconds.30
DCS_SCANNER_BACKENDNoScanner backend: semgrep, treesitter, or auto.auto
DCS_SEMGREP_TIMEOUTNoMaximum seconds for Semgrep subprocess.120
DCS_FUZZ_MCP_TIMEOUTNoHard wall-clock timeout for MCP fuzz invocations.120
GOOGLE_CLOUD_PROJECTNoGCP project ID for Vertex AI (optional).
DCS_CONTAINER_RUNTIMENoContainer runtime: docker, podman, or auto.auto
DCS_FUZZ_MAX_COST_USDNoAPI cost budget in USD.5.0
DCS_MAX_VERIFICATIONSNoMax findings to verify in auditor phase.50
DCS_QUERY_MAX_RESULTSNoMax results per tree-sitter query.1000
DCS_BRIDGE_MAX_TARGETSNoMax fuzz targets produced by SAST-to-Fuzz bridge.10
DCS_SEMGREP_RULES_PATHNoPath to DCS Semgrep rule files.
CLOUD_ML_PROJECT_NUMBERNoGCP project number for Vertex AI (optional).
DCS_FUZZ_MAX_ITERATIONSNoMax fuzzing iterations.10
DCS_FUZZ_ALLOWED_PLUGINSNoComma-separated allowlist of fuzzer plugins (python, c).python
DCS_FUZZ_CONTAINER_IMAGENoPodman image for Python fuzz container.dcs-fuzz-python:latest
DCS_FUZZ_C_COMPILE_FLAGSNoComma-separated gcc flags for C harness compilation.
DCS_FUZZ_C_INCLUDE_PATHSNoComma-separated include paths for C harness compilation.
DCS_FUZZ_INPUTS_PER_ITERNoInputs generated per iteration.10
DCS_FUZZ_C_CONTAINER_IMAGENoPodman image for C fuzz container.dcs-fuzz-c:latest
ANTHROPIC_VERTEX_PROJECT_IDNoVertex AI project override (optional).
DCS_MAX_CONCURRENT_SANDBOXESNoConcurrency limit for sandbox execution.2

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/backspace-shmackspace/deep-code-security'

If you have feedback or need assistance with the MCP directory API, please join our Discord server