HomeProductivity › IT Glue

IT Glue

IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK

TypeScript Cloud
★ 5 stars Last pushed 2026-09-16 License: MIT

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 mcp-itglue@0.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-itglue": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-itglue@0.6.0"
      ],
      "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_KEY required secret — IT Glue API key (Account → Settings → API Keys)
  • ITGLUE_REGION — IT Glue region: us, eu, or au
  • ITGLUE_BASE_URL — Full API base URL (overrides ITGLUE_REGION)
  • OPENAI_API_KEY secret — OpenAI API key — enables semantic vector search tools
  • AZURE_OPENAI_API_KEY secret — Azure OpenAI API key — enables vector search via Azure (requires AZURE_OPENAI_ENDPOINT)
  • AZURE_OPENAI_ENDPOINT — Azure OpenAI endpoint URL
  • EMBEDDING_MODEL — Embedding model or Azure deployment name
  • ITGLUE_ADVANCED_TOOLSET — true/1 registers the advanced toolset (itglue_get, itglue_find_endpoint) — an opt-in read-only escape hatch; password resources stay blocked
  • VECTOR_INDEX_PATH — Path of the persisted vector index file
  • UPLOAD_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 stdio
  • PUBLIC_BASE_URL — Externally reachable base URL of this server, used for memory-mode upload URLs
  • AZURE_STORAGE_CONNECTION_STRING secret — azure-blob staging: storage account connection string (account-key SAS)
  • AZURE_STORAGE_ACCOUNT — azure-blob staging via DefaultAzureCredential (managed identity) — alternative to the connection string
  • AZURE_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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry