Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZAP_URLNoURL for OWASP ZAP API (required if using ZAP in API mode; default is Docker)
MCP_PORTNoPort for the MCP server3000
NODE_ENVNoEnvironment mode (e.g., production, development)production
LOG_LEVELNoLogging level (info, debug, warn, error)info
TRIVY_PATHNoPath to the Trivy executabletrivy
ZAP_API_KEYNoAPI key for OWASP ZAP authentication
SONARQUBE_URLNoURL for SonarQube server (required for SonarQube integration)
SONARQUBE_TOKENNoAuthentication token for SonarQube
TRIVY_CACHE_DIRNoDirectory for Trivy scan cache/tmp/trivy-cache
OSV_SCANNER_PATHNoPath to the OSV Scanner executableosv-scanner
SECURITY_STRICT_MODENoEnable strict security modetrue

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_sast_scanC

Execute SAST (Static Application Security Testing) scan

run_dast_scanC

Execute DAST (Dynamic Application Security Testing) scan

run_sca_scanC

Execute SCA (Software Composition Analysis) scan

run_iast_scanC

Execute IAST (Runtime Configuration & Header Analysis) scan

generate_security_reportC

Generate comprehensive security report from all scans

validate_security_policyC

Validate security policy compliance

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific security scanning types or report generation, with no overlap in functionality. The descriptions clearly differentiate between DAST, IAST, SAST, SCA scans, report generation, and policy validation.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with 'run_' or 'generate_'/'validate_' prefixes followed by specific security terms. The naming is perfectly uniform across all six tools, making them easily predictable and readable.

Tool Count5/5

Six tools is well-scoped for a DevSecOps security scanning server, covering the major scanning types (DAST, IAST, SAST, SCA), report generation, and policy validation. Each tool earns its place without being excessive or insufficient.

Completeness4/5

The toolset provides comprehensive coverage of core security scanning operations and reporting for a DevSecOps domain. Minor gaps might include tools for managing scan configurations or viewing historical results, but the current set supports essential workflows effectively.