π Itential - MCP Server
@itential
About π Itential - MCP Server
π Itential Platform MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"itential-mcp": {
"command": "uv",
"args": [
"run",
"itential-mcp",
"run"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π Itential - MCP Server?
An 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. It is designed for platform engineers and developers.
How to use π Itential - MCP Server?
Install via pip install itential-mcp, set platform credentials as environment variables (ITENTIAL_MCP_PLATFORM_HOST, ITENTIAL_MCP_PLATFORM_USER, ITENTIAL_MCP_PLATFORM_PASSWORD), and start the server with itential-mcp run. Optionally configure transport (stdio, SSE, HTTP), tool tags, and authentication via CLI flags or a configuration file. Docker images are also available.
Key features of π Itential - MCP Server
- 56+ automation tools across 10 tag categories
- Flexible transport: stdio, SSE, HTTP with optional TLS
- Dynamic tool discovery without code modifications
- Supports basic auth, OAuth 2.0, JWT, and RBAC
- Role-based tool configurations for different user types
- Filter tools using
--include-tagsand--exclude-tags
Use cases of π Itential - MCP Server
- Apply device configurations and run commands across network devices
- Execute and monitor workflows via AI-powered assistants
- Monitor real-time platform health and manage component lifecycles
- Build and manage resource models with CRUD operations
- Integrate with external systems through OpenAPI and Gateway Manager
FAQ from π Itential - MCP Server
What are the runtime requirements?
Python 3.10 or higher and access to an Itential Platform instance are required.
How do I authenticate to the Itential Platform?
Authentication can be done via basic auth (username/password) or OAuth 2.0 (client ID/client secret), configured through environment variables, CLI parameters, or a configuration file.
Which transport methods are supported?
The server supports stdio (default), SSE, and HTTP transports. TLS encryption can be enabled for SSE and HTTP.
Can I limit which tools are exposed to the LLM?
Yes. Use the --include-tags and --exclude-tags options to control which tool categories (out of 10) are registered.
Is containerization supported?
Yes. A Docker image is available from ghcr.io/itential/itential-mcp, and you can also build it locally using make container.
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments