Skip to content

Filippo125/fortigate-mcp-server

Repository files navigation

README.md

Fortigate MCP Server

An MCP (Model Context Protocol) server for managing Fortigate devices using FastMCP.

Features

Device Management

  • ✅ Add / remove devices
  • ✅ List configured devices
  • ✅ System status and device info
  • ✅ VDOMs discovery

Firewall Policy Management

  • ✅ List existing policies
  • 🔄 Create new policies TBD
  • 🔄 Modify existing policies TBD
  • 🔄 Delete policies TBD
  • ✅ Policy validation

Network Objects Management

  • ✅ Address objects (IP, range, FQDN)
  • ✅ Service objects (TCP / UDP)
  • 🔄 Create / modify objects TBD

Routing Management

  • ✅ Static routes
  • ✅ Routing table
  • ✅ Policy routing
  • ✅ Interface list

Installation

  1. Clone repository
git clone https://github.com/Filippo125/fortigate-mcp-server.git
cd fortigate-mcp-server
  1. Install dependencies
uv sync
  1. Configure devices
cp config.yaml.example config.yaml
  1. Start server
uv run python server.py

About

Simple MCP server for FortiGate devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors