Skip to content

Releases: amittell/firewalla-mcp-server

v1.1.0 - Test Mode Support

24 Jul 20:17

Choose a tag to compare

What's Changed

Added

  • Test mode support via MCP_TEST_MODE environment variable
  • Docker health check compatibility for deployment platforms
  • Glama.ai directory integration support
  • Test configuration fallback for containerized environments

Changed

  • Extended configuration system to support test mode in both regular and production configs
  • Allow server to start without real credentials when MCP_TEST_MODE=true

Docker Deployment

This release adds support for Docker-based deployments on platforms like Glama.ai. The server can now start in test mode for health checks without requiring real Firewalla credentials.

Full Changelog: v1.0.2...v1.1.0

v1.0.2 - Docker Support

20 Jul 20:53
b644bdc

Choose a tag to compare

Highlights

  • 🐳 Docker Support: Full containerization with multi-architecture builds
  • 📦 Docker Hub: Published as amittell/firewalla-mcp-server
  • 🔒 Security: Non-root containers with best practices
  • 📚 Documentation: Fixed tool count (28 tools) and improved formatting

What's Changed

Added

  • Full Docker support with multi-stage builds for security and optimization
  • Docker Hub publishing via GitHub Actions CI/CD pipeline
  • Multi-architecture Docker builds (linux/amd64, linux/arm64, linux/arm/v7)
  • Comprehensive Docker documentation with security warnings
  • Docker Compose configuration with security best practices
  • Docker MCP Registry submission for Docker Desktop integration

Fixed

  • Corrected tool count documentation from 29 to 28 throughout codebase
  • Fixed markdown linting issues (MD036, MD026) in all documentation
  • Standardized environment variable naming (FIREWALLA_BOX_ID)
  • Removed emojis from documentation for consistency

Security

  • Added prominent warnings about Docker command-line credential exposure
  • Provided secure alternatives using --env-file and Docker secrets
  • Implemented read-only filesystem and tmpfs for Docker containers

Installation

npm

npm install -g [email protected]

Docker

docker pull amittell/firewalla-mcp-server:1.0.2

Full Changelog

v1.0.0...v1.0.2

v1.0.0 - Initial Release

19 Jul 15:40

Choose a tag to compare

First public release of Firewalla MCP Server

🎉 Features

  • 28 Tools for network monitoring and analysis
  • 23 Direct API Endpoints + 5 Convenience Wrappers
  • Advanced Search with query syntax and filters
  • Real-time firewall data access
  • Security analysis and threat detection
  • Bandwidth monitoring and usage patterns
  • Rule management capabilities
  • Target list management

📦 Installation

npm install -g firewalla-mcp-server

📖 Documentation

See the README for setup instructions and usage examples.