Real-time network monitoring, security analysis, and firewall management through 28 specialized tools. Access security alerts, network flows, device status, and firewall rules directly from your Firewalla device.
1.0K
28 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
firewalla-mcp-server
to the mcpServers
section:{
"mcpServers": {
"firewalla-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"FIREWALLA_MSP_ID",
"-e",
"FIREWALLA_BOX_ID",
"-e",
"MCP_WAVE0_ENABLED",
"-e",
"MCP_READ_ONLY_MODE",
"-e",
"MCP_CACHE_ENABLED",
"-e",
"MCP_DEBUG_MODE",
"-e",
"NODE_ENV",
"-e",
"LOG_LEVEL",
"-e",
"MCP_CACHE_TTL",
"-e",
"MCP_RATE_LIMIT_WINDOW",
"-e",
"MCP_RATE_LIMIT_MAX_REQUESTS",
"-e",
"FIREWALLA_MSP_TOKEN",
- mcp/firewalla-mcp-server@sha256:af186f868759476978d884704a2736dd070c207424f23fe3f7d46a8bd385c2ed
],
"env": {
"FIREWALLA_MSP_ID": "{{firewalla-mcp-server.msp_id}}",
"FIREWALLA_BOX_ID": "{{firewalla-mcp-server.box_id}}",
"MCP_WAVE0_ENABLED": "true",
"MCP_READ_ONLY_MODE": "false",
"MCP_CACHE_ENABLED": "true",
"MCP_DEBUG_MODE": "false",
"NODE_ENV": "production",
"LOG_LEVEL": "info",
"MCP_CACHE_TTL": "300",
"MCP_RATE_LIMIT_WINDOW": "60000",
"MCP_RATE_LIMIT_MAX_REQUESTS": "100",
"FIREWALLA_MSP_TOKEN": "your_msp_access_token_here"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Firewalla MCP Server
version: 1.0.1
schema: v1
mcpServers:
- name: Firewalla MCP Server
command: docker
args:
- run
- --rm
- -i
- -e
- FIREWALLA_MSP_ID
- -e
- FIREWALLA_BOX_ID
- -e
- MCP_WAVE0_ENABLED
- -e
- MCP_READ_ONLY_MODE
- -e
- MCP_CACHE_ENABLED
- -e
- MCP_DEBUG_MODE
- -e
- NODE_ENV
- -e
- LOG_LEVEL
- -e
- MCP_CACHE_TTL
- -e
- MCP_RATE_LIMIT_WINDOW
- -e
- MCP_RATE_LIMIT_MAX_REQUESTS
- -e
- FIREWALLA_MSP_TOKEN
- mcp/firewalla-mcp-server@sha256:af186f868759476978d884704a2736dd070c207424f23fe3f7d46a8bd385c2ed
env:
FIREWALLA_MSP_ID: "{{firewalla-mcp-server.msp_id}}"
FIREWALLA_BOX_ID: "{{firewalla-mcp-server.box_id}}"
MCP_WAVE0_ENABLED: "true"
MCP_READ_ONLY_MODE: "false"
MCP_CACHE_ENABLED: "true"
MCP_DEBUG_MODE: "false"
NODE_ENV: "production"
LOG_LEVEL: "info"
MCP_CACHE_TTL: "300"
MCP_RATE_LIMIT_WINDOW: "60000"
MCP_RATE_LIMIT_MAX_REQUESTS: "100"
FIREWALLA_MSP_TOKEN: "your_msp_access_token_here"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
firewalla-mcp-server
to the mcpServers
section:{
"mcpServers": {
"firewalla-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"FIREWALLA_MSP_ID",
"-e",
"FIREWALLA_BOX_ID",
"-e",
"MCP_WAVE0_ENABLED",
"-e",
"MCP_READ_ONLY_MODE",
"-e",
"MCP_CACHE_ENABLED",
"-e",
"MCP_DEBUG_MODE",
"-e",
"NODE_ENV",
"-e",
"LOG_LEVEL",
"-e",
"MCP_CACHE_TTL",
"-e",
"MCP_RATE_LIMIT_WINDOW",
"-e",
"MCP_RATE_LIMIT_MAX_REQUESTS",
"-e",
"FIREWALLA_MSP_TOKEN",
- mcp/firewalla-mcp-server@sha256:af186f868759476978d884704a2736dd070c207424f23fe3f7d46a8bd385c2ed
],
"env": {
"FIREWALLA_MSP_ID": "{{firewalla-mcp-server.msp_id}}",
"FIREWALLA_BOX_ID": "{{firewalla-mcp-server.box_id}}",
"MCP_WAVE0_ENABLED": "true",
"MCP_READ_ONLY_MODE": "false",
"MCP_CACHE_ENABLED": "true",
"MCP_DEBUG_MODE": "false",
"NODE_ENV": "production",
"LOG_LEVEL": "info",
"MCP_CACHE_TTL": "300",
"MCP_RATE_LIMIT_WINDOW": "60000",
"MCP_RATE_LIMIT_MAX_REQUESTS": "100",
"FIREWALLA_MSP_TOKEN": "your_msp_access_token_here"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for