Provide a lightweight MCP server for FortiManager that runs JavaScript code to handle API queries and commands efficiently using Code Mode.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fortimanager-code-mo": {
"command": "npx",
"args": [
"-y",
"thejordanone/fortimanager-code-mode-mcp"
]
}
}
}
Run in terminal:
claude mcp add fortimanager-code-mo npx -y thejordanone/fortimanager-code-mode-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fortimanager-code-mo": {
"command": "npx",
"args": [
"-y",
"thejordanone/fortimanager-code-mode-mcp"
]
}
}
}