Skip to content
Cursor

IT Glue for Cursor

io.github.mspstack/mcp-itglue

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

client:Cursor transport:stdio runtime:npm

Install IT Glue in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>",
        "UPLOAD_STAGING": "<UPLOAD_STAGING>",
        "PUBLIC_BASE_URL": "<PUBLIC_BASE_URL>",
        "AZURE_STORAGE_CONNECTION_STRING": "<AZURE_STORAGE_CONNECTION_STRING>",
        "AZURE_STORAGE_ACCOUNT": "<AZURE_STORAGE_ACCOUNT>",
        "AZURE_STORAGE_CONTAINER": "<AZURE_STORAGE_CONTAINER>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

IT Glue in other clients