IT Glue
About
IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ITGLUE_API_KEY ITGLUE_REGION ITGLUE_BASE_URL OPENAI_API_KEY AZURE_OPENAI_API_KEY AZURE_OPENAI_ENDPOINT EMBEDDING_MODEL ITGLUE_ADVANCED_TOOLSET VECTOR_INDEX_PATHClaude Code
claude mcp add --env ITGLUE_API_KEY= --env ITGLUE_REGION= --env ITGLUE_BASE_URL= --env OPENAI_API_KEY= --env AZURE_OPENAI_API_KEY= --env AZURE_OPENAI_ENDPOINT= --env EMBEDDING_MODEL= --env ITGLUE_ADVANCED_TOOLSET= --env VECTOR_INDEX_PATH= mcp-itglue -- npx mcp-itglue
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-itglue","command":"npx","args":["mcp-itglue"],"env":{"ITGLUE_API_KEY":"","ITGLUE_REGION":"","ITGLUE_BASE_URL":"","OPENAI_API_KEY":"","AZURE_OPENAI_API_KEY":"","AZURE_OPENAI_ENDPOINT":"","EMBEDDING_MODEL":"","ITGLUE_ADVANCED_TOOLSET":"","VECTOR_INDEX_PATH":""}}'
JSON
{
"mcpServers": {
"mcp-itglue": {
"command": "npx",
"args": [
"mcp-itglue"
],
"env": {
"ITGLUE_API_KEY": "",
"ITGLUE_REGION": "",
"ITGLUE_BASE_URL": "",
"OPENAI_API_KEY": "",
"AZURE_OPENAI_API_KEY": "",
"AZURE_OPENAI_ENDPOINT": "",
"EMBEDDING_MODEL": "",
"ITGLUE_ADVANCED_TOOLSET": "",
"VECTOR_INDEX_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.