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.
Related MCP server: @prismicio/mcp-server
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
MCP Server for JFrog, providing tools for development and artifact management.
MCP server for managing FormDesigner forms, fields, logic rules, themes, and entries
MCP server for Klever blockchain smart contract development.
MCP server for FormBro Canadian immigration application automation.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for the FortiMonitor v2 monitoring API. 241 tools across 33 modules covering server management, outage monitoring, maintenance windows, metrics, notifications, cloud monitoring, SNMP, dashboards, reporting, and more. Unofficial community project, not affiliated with Fortinet. Python, MIT license, Docker and local deployment supported.3MIT

@prismicio/mcp-serverofficial
AlicenseAqualityFmaintenanceDeprecated MCP server for Prismic; users are advised to use the new Prismic CLI-based approach or Prismic's server-side MCP server instead.5485Apache 2.0- AlicenseNot gradedqualityFmaintenanceThis MCP server provides integration with Make.com (formerly Integromat) for workflow automation. It is now deprecated and replaced by Make's official cloud MCP.804MIT
- FlicenseNot gradedqualityBmaintenanceThis MCP server provides tools to interact with the Pacer API for portfolio management, performance metrics, and PMS integration, but it is now retired and users should switch to the in-process Pacer MCP connector.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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