Skip to main content
Glama
jmpijll

fortimanager-mcp

by jmpijll

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 build

See 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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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.
    3
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Deprecated MCP server for Prismic; users are advised to use the new Prismic CLI-based approach or Prismic's server-side MCP server instead.
    5
    48
    5
    Apache 2.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    This MCP server provides integration with Make.com (formerly Integromat) for workflow automation. It is now deprecated and replaced by Make's official cloud MCP.
    80
    4
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    This 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

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