Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLOUDARMOR_PROJECTYesGCP project ID that receives the load-balancer logs
CLOUDARMOR_RULES_ININoPath to a rules INI (labels + known-normal priorities)
CLOUDARMOR_HOME_REGIONNoISO region code treated as home traffic, e.g. JP. Enables the false-positive lens
CLOUDARMOR_BACKEND_SERVICESNoComma-separated backend service names to filter (default: all)all
GOOGLE_APPLICATION_CREDENTIALSYesPath to the service-account key file

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
health_checkA

Service health: version, config presence and a minimal API probe.

Returns a fixed shape (status/service/version + backend fields) so a monitoring caller never has to branch on missing keys. status is "healthy" when the config loads and a 1-entry probe query succeeds, "degraded" when config loads but the probe fails, "error" when the config itself is unusable.

enforce_deniesD

Enforced DENY counts per Cloud Armor rule priority over the window.

preview_deniesA

Preview (dry-run) DENY counts per rule priority over the window.

A preview rule that stays free of false positives is a candidate for promotion to enforce.

home_region_deniesA

Enforced DENYs whose source IP geolocates to the home region.

This is the false-positive lens: home-region users being denied on a priority that is not marked known-normal deserves review. Requires CLOUDARMOR_HOME_REGION.

daily_briefB

Morning patrol summary: enforced DENYs by rule, home-region

false-positive check, and preview DENYs, in one call.

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/shigechika/cloudarmor-mcp'

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