Skip to main content
Glama
cfollette18

Ivanti MCP

by cfollette18

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoOptional. Bind host for HTTP transport. Defaults to 127.0.0.1.
MCP_PORTNoOptional. Port for HTTP transport. Defaults to 8001.
MCP_JWKS_URINoOptional. JWKS URI for inbound JWT validation (required for HTTP unless MCP_JWT_SECRET is used).
MCP_READ_ONLYNoOptional. Set to 'true' to hide write/destructive tools.
MCP_TRANSPORTNoOptional. Set to 'http' for remote HTTP transport. Defaults to stdio.
IVANTI_API_KEYYesREST API key. Sent as Authorization: rest_api_key=... or Bearer if IVANTI_AUTH_SCHEME=bearer
MCP_JWT_ISSUERNoOptional. Expected JWT issuer for inbound validation.
MCP_JWT_SECRETNoOptional. HMAC secret for HS256 JWT validation (alternative to MCP_JWKS_URI).
IVANTI_BASE_URLYesYour Ivanti tenant origin (e.g., https://your-tenant.ivanti.com)
IVANTI_CLOSE_VIANoOptional. Method to close an incident: 'patch_status' or 'quick_action'.
MCP_JWT_AUDIENCENoOptional. Expected JWT audience for inbound validation.
MCP_ALLOWED_HOSTSNoOptional. Allowed Host/Origin values for HTTP protection.
IVANTI_AUTH_SCHEMENoOptional. Set to 'bearer' to send the API key as a Bearer token instead of rest_api_key.
IVANTI_JOURNAL_OBJECTNoOptional. Journal object name used for adding notes. Defaults to 'journal.notess'.
IVANTI_CLOSE_ACTION_IDNoOptional. Quick Action ID when IVANTI_CLOSE_VIA=quick_action.
IVANTI_RESOLVED_STATUSNoOptional. Status value used when resolving an incident. Defaults to 'Closed'.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_incidentA

Load a full Ivanti incident by RecId. Returns subject (Subject), description (Symptom), category, status, requester, and ownership fields.

add_noteA

Create a journal note on an incident. Writes Notes, Summary, and ParentLink_RecID on the journal business object.

resolve_incidentA

Mark an incident resolved. Reads Status first and no-ops if already closed. Writes Status (or a Quick Action) and an optional close note.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
health_resource

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/cfollette18/mcp-ivanti'

If you have feedback or need assistance with the MCP directory API, please join our Discord server