Back to Home
itential icon

itential-mcp

Verified Safe

by itential

Overview

Connects LLMs to the Itential Platform, enabling AI agents to manage network automation workflows, device configurations, orchestrate processes, and monitor platform health and operations.

Installation

Run Command
itential-mcp run

Environment Variables

  • ITENTIAL_MCP_PLATFORM_HOST
  • ITENTIAL_MCP_PLATFORM_USER
  • ITENTIAL_MCP_PLATFORM_PASSWORD
  • ITENTIAL_MCP_PLATFORM_CLIENT_ID
  • ITENTIAL_MCP_PLATFORM_CLIENT_SECRET
  • ITENTIAL_MCP_SERVER_TRANSPORT
  • ITENTIAL_MCP_SERVER_AUTH_TYPE
  • ITENTIAL_MCP_SERVER_AUTH_JWKS_URI
  • ITENTIAL_MCP_SERVER_AUTH_PUBLIC_KEY

Security Notes

The server uses `jsonutils.loads` which wraps `json.loads` with error handling, reducing direct code injection risks from JSON inputs. However, default platform credentials (`admin:admin`) are hardcoded in `defaults.py`, posing a significant risk if not overridden. Dynamic tool discovery from a configurable `tools_path` means malicious Python modules placed in these locations could be executed if an attacker gains filesystem access. Robust authentication (JWT, OAuth 2.0) and TLS options are available, but explicit warnings are present for disabling TLS verification, highlighting potential misconfigurations. Overall, the system offers secure options but requires careful setup beyond defaults to avoid critical vulnerabilities.

Similar Servers

Stats

Interest Score42
Security Score7
Cost ClassMedium
Avg Tokens750
Stars30
Forks6
Last Update2026-01-16

Tags

network_automationdevice_managementworkflow_orchestrationplatform_operationslifecycle_management