Skip to main content
Glama
starskrime

MCP Action Firewall

by starskrime

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
nameNoActivates per-server rules from your config. Without it, only global rules apply.
configNoCustom config file path. Without it, uses firewall_config.json in your current directory, or the bundled defaults.
targetYesThe full command to launch the real MCP server. This is the server you want to protect (e.g., 'npx @modelcontextprotocol/server-github').
verboseNoTurns on debug logging (written to stderr, won't interfere with MCP traffic).

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
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
echoB

Echoes back the input string

get-annotated-messageC

Demonstrates how annotations can be used to provide metadata about content.

get-envA

Returns all environment variables, helpful for debugging MCP server configuration

get-resource-linksC

Returns up to ten resource links that reference different types of resources

get-resource-referenceC

Returns a resource reference that can be used by MCP clients

get-structured-contentB

Returns structured content along with an output schema for client data validation

get-sumB

Returns the sum of two numbers

get-tiny-imageA

Returns a tiny MCP logo image.

gzip-file-as-resourceA

Compresses a single file using gzip compression. Depending upon the selected output type, returns either the compressed data as a gzipped resource or a resource link, allowing it to be downloaded in a subsequent request during the current session.

toggle-simulated-loggingB

Toggles simulated, random-leveled logging on or off.

toggle-subscriber-updatesA

Toggles simulated resource subscription updates on or off.

trigger-long-running-operationC

Demonstrates a long running operation with progress updates.

simulate-research-queryA

Simulates a deep research operation that gathers, analyzes, and synthesizes information. Demonstrates MCP task-based operations with progress through multiple stages. If 'ambiguous' is true and client supports elicitation, sends an elicitation request for clarification.

firewall_confirmB

Call this tool ONLY when the user provides the correct 4-digit approval code to confirm a paused action.

Prompts

Interactive templates invoked by user choice

NameDescription
simple-promptA prompt with no arguments
args-promptA prompt with two arguments, one required and one optional
completable-promptFirst argument choice narrows values for second argument.
resource-promptA prompt that includes an embedded resource reference

Resources

Contextual data attached and managed by the client

NameDescription
architecture.mdStatic document file exposed from /docs: architecture.md
extension.mdStatic document file exposed from /docs: extension.md
features.mdStatic document file exposed from /docs: features.md
how-it-works.mdStatic document file exposed from /docs: how-it-works.md
instructions.mdStatic document file exposed from /docs: instructions.md
startup.mdStatic document file exposed from /docs: startup.md
structure.mdStatic document file exposed from /docs: structure.md

TDQS

C2.9/5.0

Scored across 14 tools

Disambiguation4/5

Most tools have clearly distinct purposes, but some get-* tools like get-annotated-message and get-structured-content could be confused, and get-resource-links vs get-resource-reference are similar.

Naming Consistency2/5

Tool names mix hyphens (get-env) and underscores (firewall_confirm), and verbs vary inconsistently (echo, get-, toggle-, simulate-, trigger-, gzip-), lacking a uniform pattern.

Tool Count3/5

14 tools is a reasonable count, but the server name implies a firewall/pause/confirm focus, while most tools are demo utilities, creating a scope mismatch.

Completeness2/5

The server name suggests a firewall use case, but only one tool (firewall_confirm) supports that; the remaining tools are unrelated demos, leaving a significant gap between promise and functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues