Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Activates per-server rules from your config. Without it, only global rules apply. | |
| config | No | Custom config file path. Without it, uses firewall_config.json in your current directory, or the bundled defaults. | |
| target | Yes | The full command to launch the real MCP server. This is the server you want to protect (e.g., 'npx @modelcontextprotocol/server-github'). | |
| verbose | No | Turns on debug logging (written to stderr, won't interfere with MCP traffic). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |