Skip to content
Cline

IT Glue for Cline

io.github.selic/mcp-itglue

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

client:Cline transport:stdio runtime:npm

Install IT Glue in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp-itglue": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

IT Glue in other clients