Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fortigate

FreeNot checked

Simple MCP server for FortiGate devices

GitHubEmbed

About

Simple MCP server for FortiGate devices

README

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

from github.com/Filippo125/fortigate-mcp-server

Installing Fortigate

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Filippo125/fortigate-mcp-server

FAQ

Is Fortigate MCP free?

Yes, Fortigate MCP is free — one-click install via Unyly at no cost.

Does Fortigate need an API key?

No, Fortigate runs without API keys or environment variables.

Is Fortigate hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Fortigate in Claude Desktop, Claude Code or Cursor?

Open Fortigate on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Fortigate with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs