Model Context Protocol (MCP) server for FortiMonitor/Panopta v2 API integration with Claude AI.
Unofficial Fortimonitor MCP server exists for a simple reason — assistants are far more useful when they can act on Unofficial Fortimonitor directly instead of describing what you should do. Model Context Protocol (MCP) server for FortiMonitor/Panopta v2 API integration with Claude AI.
Built by Gregori Jenkins — originally from Chicago, a humble student of Computer Science, and a proud cat dad.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Once Unofficial Fortimonitor is connected, these are the calls the assistant has available:
Category — Module(s)Servers — servers, server_enhancedOutages — outages, outage_management, outage_enhancedMetrics — metrics, agent_resourcesMaintenance — server_management, maintenance_enhancedTemplates — templates, templates_enhancedNotifications — notifications, notifications_enhancedContacts — contacts_enhanced, rotating_contactsCloud — cloudDEM — demDashboards — dashboardsReporting — reportingYou will need 5 environment variables: FORTIMONITOR_API_KEY, FORTIMONITOR_BASE_URL, PYTHONPATH, ENABLE_SCHEMA_CACHE, YOUR_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Unofficial Fortimonitor's toolset — Category, Servers, Outages and 11 more — is a fair guide to whether it matches your workflow. It is maintained by gjenkins20; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Unofficial Fortimonitor's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Category | Module(s) |
| Servers | servers, server_enhanced |
| Outages | outages, outage_management, outage_enhanced |
| Metrics | metrics, agent_resources |
| Maintenance | server_management, maintenance_enhanced |
| Templates | templates, templates_enhanced |
| Notifications | notifications, notifications_enhanced |
| Contacts | contacts_enhanced, rotating_contacts |
| Cloud | cloud |
| DEM | dem |
| Dashboards | dashboards |
| Reporting | reporting |
| Users | users |
| SNMP | snmp |
### Option B: Using Local Python
```json
{
"mcpServers": {
"fortimonitor": {
"command": "/path/to/unofficial-fortimonitor-mcp-server/.venv/bin/unofficial-fortimonitor-mcp",
"args": [],
"env": {
"FORTIMONITOR_API_KEY": "your_key",
"FORTIMONITOR_BASE_URL": "https://api2.panopta.com/v2",
"PYTHONPATH": "/path/to/unofficial-fortimonitor-mcp-server",
"ENABLE_SCHEMA_CACHE": "false"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| FORTIMONITOR_API_KEY | Credential the server authenticates with. | Yes |
| FORTIMONITOR_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| PYTHONPATH | Filesystem location the server is allowed to use. | Optional |
| ENABLE_SCHEMA_CACHE | Configuration value read at startup. | Optional |
| YOUR_KEY | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.