itential-mcp
Verified Safeby itential
Overview
A Model Context Protocol (MCP) server that connects LLMs to the Itential Platform, enabling AI assistants to manage network automations, orchestrate workflows, monitor platform health, and perform advanced network operations.
Installation
uv run itential-mcp runEnvironment Variables
- ITENTIAL_MCP_CONFIG
- ITENTIAL_MCP_SERVER_TRANSPORT
- ITENTIAL_MCP_SERVER_HOST
- ITENTIAL_MCP_SERVER_PORT
- ITENTIAL_MCP_SERVER_CERTIFICATE_FILE
- ITENTIAL_MCP_SERVER_PRIVATE_KEY_FILE
- ITENTIAL_MCP_SERVER_PATH
- ITENTIAL_MCP_SERVER_LOG_LEVEL
- ITENTIAL_MCP_SERVER_INCLUDE_TAGS
- ITENTIAL_MCP_SERVER_EXCLUDE_TAGS
- ITENTIAL_MCP_SERVER_TOOLS_PATH
- ITENTIAL_MCP_SERVER_KEEPALIVE_INTERVAL
- ITENTIAL_MCP_SERVER_RESPONSE_FORMAT
- ITENTIAL_MCP_SERVER_AUTH_TYPE
- ITENTIAL_MCP_PLATFORM_HOST
- ITENTIAL_MCP_PLATFORM_PORT
- ITENTIAL_MCP_PLATFORM_USER
- ITENTIAL_MCP_PLATFORM_PASSWORD
- ITENTIAL_MCP_DEBUG
Security Notes
The server defaults to 'none' for authentication and 'admin'/'admin' for platform credentials, which is insecure for production environments. It also allows disabling TLS verification (`ITENTIAL_MCP_PLATFORM_DISABLE_VERIFY`), posing a MITM risk. However, it provides robust configuration options for JWT/OAuth authentication, TLS certificates, and includes sensitive data redaction for logging, which are good security features if properly configured.
Similar Servers
unifi-network-mcp
Programmatically manage and monitor a UniFi Network Controller, enabling automation, custom workflows, and data processing.
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
Letta-MCP-server
A Model Context Protocol (MCP) server that provides comprehensive tools for agent management, memory operations, and integration with the Letta system.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.