Home › Productivity › IT Glue
IT Glue
IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK
Topics: Support & Service Management
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.6.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-itglue": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"ITGLUE_API_KEY": "<YOUR_VALUE>",
"ITGLUE_REGION": "<YOUR_VALUE>",
"ITGLUE_BASE_URL": "<YOUR_VALUE>",
"OPENAI_API_KEY": "<YOUR_VALUE>",
"AZURE_OPENAI_API_KEY": "<YOUR_VALUE>",
"AZURE_OPENAI_ENDPOINT": "<YOUR_VALUE>",
"EMBEDDING_MODEL": "<YOUR_VALUE>",
"ITGLUE_ADVANCED_TOOLSET": "<YOUR_VALUE>",
"VECTOR_INDEX_PATH": "<YOUR_VALUE>",
"UPLOAD_STAGING": "<YOUR_VALUE>",
"PUBLIC_BASE_URL": "<YOUR_VALUE>",
"AZURE_STORAGE_CONNECTION_STRING": "<YOUR_VALUE>",
"AZURE_STORAGE_ACCOUNT": "<YOUR_VALUE>",
"AZURE_STORAGE_CONTAINER": "<YOUR_VALUE>"
}
}
}
}
ITGLUE_API_KEYrequired secret — IT Glue API key (Account → Settings → API Keys)ITGLUE_REGION— IT Glue region: us, eu, or auITGLUE_BASE_URL— Full API base URL (overrides ITGLUE_REGION)OPENAI_API_KEYsecret — OpenAI API key — enables semantic vector search toolsAZURE_OPENAI_API_KEYsecret — Azure OpenAI API key — enables vector search via Azure (requires AZURE_OPENAI_ENDPOINT)AZURE_OPENAI_ENDPOINT— Azure OpenAI endpoint URLEMBEDDING_MODEL— Embedding model or Azure deployment nameITGLUE_ADVANCED_TOOLSET— true/1 registers the advanced toolset (itglue_get, itglue_find_endpoint) — an opt-in read-only escape hatch; password resources stay blockedVECTOR_INDEX_PATH— Path of the persisted vector index fileUPLOAD_STAGING— Staged file uploads for upload_id: off, memory (PUT to this server's /upload/:id), or azure-blob (SAS upload to Azure Blob Storage). Default: memory on http, off on stdioPUBLIC_BASE_URL— Externally reachable base URL of this server, used for memory-mode upload URLsAZURE_STORAGE_CONNECTION_STRINGsecret — azure-blob staging: storage account connection string (account-key SAS)AZURE_STORAGE_ACCOUNT— azure-blob staging via DefaultAzureCredential (managed identity) — alternative to the connection stringAZURE_STORAGE_CONTAINER— Blob container for staged uploads
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.selic/mcp-itglue
Related servers
mcp-atlassian
MCP server for Atlassian products (Confluence and Jira). Supports Confluence Cloud, Jira Cloud, and Jira Server/Data Center. Provides…
yandex-tracker-mcp
MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.
jira-mcp
A Go-based MCP connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless…
freshdesk_mcp
MCP server that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.
quickchat-ai-mcp
Launch your conversational Quickchat AI agent as an MCP to give AI apps real-time access to its Knowledge Base and conversational…
bugherd-mcp
BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry