Governed MCP server letting AI agents run incident, event & change workflows on Fortinet — FMG-mediated, RBAC + human approval, full audit.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fortigate-mcp-server": {
"command": "npx",
"args": [
"-y",
"saravananvpk/Fortigate-MCP-Server-Main"
]
}
}
}
Run in terminal:
claude mcp add fortigate-mcp-server npx -y saravananvpk/Fortigate-MCP-Server-Main
Add to .cursor/mcp.json:
{
"mcpServers": {
"fortigate-mcp-server": {
"command": "npx",
"args": [
"-y",
"saravananvpk/Fortigate-MCP-Server-Main"
]
}
}
}