AgentStack
MCP verified MIT Self-run

Fortimanager Mcp

mcp-jmpijll-fortimanager-mcp · by jmpijll

DEPRECATED - Replaced by fortimanager-code-mode-mcp

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add mcp-jmpijll-fortimanager-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Fortimanager Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 build

See the new repo's README for full setup instructions.

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.