Itential MCP Server
Officialby itential
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ITENTIAL_MCP_SERVER_HOST | No | Host address to listen on | 127.0.0.1 |
| ITENTIAL_MCP_SERVER_PATH | No | HTTP path to use | /mcp |
| ITENTIAL_MCP_SERVER_PORT | No | Port to listen on | 8000 |
| ITENTIAL_MCP_PLATFORM_HOST | No | Hostname or IP address of the Itential Platform instance | localhost |
| ITENTIAL_MCP_PLATFORM_PORT | No | Port for the Itential Platform (0 = auto-detect) | 0 |
| ITENTIAL_MCP_PLATFORM_USER | No | Username for basic authentication | admin |
| ITENTIAL_MCP_PLATFORM_TIMEOUT | No | Connection timeout in seconds | 30 |
| ITENTIAL_MCP_SERVER_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL, NONE) | NONE |
| ITENTIAL_MCP_SERVER_TRANSPORT | No | Transport protocol (stdio, sse, http) | stdio |
| ITENTIAL_MCP_PLATFORM_PASSWORD | No | Password for basic authentication | admin |
| ITENTIAL_MCP_PLATFORM_CLIENT_ID | No | OAuth client ID | |
| ITENTIAL_MCP_SERVER_EXCLUDE_TAGS | No | Tags to exclude registered tools | experimental,beta |
| ITENTIAL_MCP_SERVER_INCLUDE_TAGS | No | Tags to include registered tools | |
| ITENTIAL_MCP_PLATFORM_DISABLE_TLS | No | Disable TLS for platform connection | false |
| ITENTIAL_MCP_PLATFORM_CLIENT_SECRET | No | OAuth client secret | |
| ITENTIAL_MCP_PLATFORM_DISABLE_VERIFY | No | Disable certificate verification | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itential/itential-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server