Skip to content
Grok

IT Glue for Grok

io.github.selic/mcp-itglue

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

client:Grok transport:stdio runtime:npm

Install IT Glue in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-itglue": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-itglue"
      ],
      "env": {
        "ITGLUE_API_KEY": "<ITGLUE_API_KEY>",
        "ITGLUE_REGION": "<ITGLUE_REGION>",
        "ITGLUE_BASE_URL": "<ITGLUE_BASE_URL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "AZURE_OPENAI_API_KEY": "<AZURE_OPENAI_API_KEY>",
        "AZURE_OPENAI_ENDPOINT": "<AZURE_OPENAI_ENDPOINT>",
        "EMBEDDING_MODEL": "<EMBEDDING_MODEL>",
        "ITGLUE_ADVANCED_TOOLSET": "<ITGLUE_ADVANCED_TOOLSET>",
        "VECTOR_INDEX_PATH": "<VECTOR_INDEX_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

IT Glue in other clients