Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SCOPEGUARD_MAX_FILESNoRepository scan file ceiling5000
SCOPEGUARD_STATE_DIRNoSQLite state and audit database<cwd>/.scopeguard
SCOPEGUARD_ALLOWED_ROOTSNoPath-separated operator allowlistcurrent directory
SCOPEGUARD_MAX_FILE_BYTESNoPer-file read ceiling1000000
SCOPEGUARD_EXECUTION_ENABLEDNoEnables execute engagements when truefalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthA

Return server safety settings, capabilities, and audit-chain health.

create_dry_run_engagementA

Create a non-executing assessment scope; execute mode is operator-CLI only.

revoke_engagementB

Immediately revoke an engagement and prevent further target operations.

check_scopeA

Normalize a target and report whether it is inside the engagement scope.

plan_assessmentA

Create a bounded web or repository assessment plan without running network tools.

analyze_headersA

Analyze caller-supplied response headers offline; no HTTP request is performed.

scan_repositoryA

Run built-in read-only Python and secret checks under operator-allowed roots.

list_audit_eventsA

Return recent audit events when the engagement includes audit:read.

verify_audit_chainA

Verify every persisted event against the tamper-evident hash chain.

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/mzatylny/scopeguard-mcp'

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