fortimanager-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fortimanager-mcplist all firewall policies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FortiManager MCP Server (DEPRECATED)
This repository has been deprecated and archived.
It has been replaced by fortimanager-code-mode-mcp, which uses a fundamentally better architecture (Code Mode pattern with just 2 tools instead of 590+).
Why was this replaced?
The original approach of exposing 590+ individual MCP tools had several problems:
Context window bloat — 118K+ tokens just for tool definitions
LLM confusion — Too many similar tools made it hard for LLMs to choose correctly
Maintenance burden — Every API change required updating dozens of Python modules
The new Code Mode architecture solves all of these by using just 2 tools (search + execute) with a QuickJS WASM sandbox. The LLM writes JavaScript to search the API spec or execute live JSON-RPC calls, giving it full flexibility with minimal context usage.
Migration
Switch to the new server:
git clone https://github.com/jmpijll/fortimanager-code-mode-mcp.git
cd fortimanager-code-mode-mcp
npm install && npm run buildSee the new repo's README for full setup instructions.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmpijll/fortimanager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server