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
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 Servers
- Alicense-qualityBmaintenanceMCP 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.52415Apache 2.0- Alicense-qualityCmaintenanceDeprecated Python-based PostgreSQL MCP server. Users should migrate to the new TypeScript version with enhanced features.8MIT
- Flicense-qualityBmaintenanceMCP server for AKM v0.8.1, exposing 14 read-only tools via JSON-RPC over stdio to integrate AKM CLI with OpenCode.
Related MCP Connectors
MCP Server for JFrog, providing tools for development and artifact management.
MCP server for Klever blockchain smart contract development.
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
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