IT Glue runs on your own machine — the client starts it, so there is no endpoint to ping. 510 installs a week from npm. Last commit 16 Sep 2026.
IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK
Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.
We read the source, 7 d ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет mcp-itglue ссылается на mspstack/mcp-itglue
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-itglue -- npx -y mcp-itglue
{
"mcpServers": {
"mcp-itglue": {
"args": [
"-y",
"mcp-itglue"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-itglue]
command = "npx"
args = ["-y", "mcp-itglue"]
{
"mcpServers": {
"mcp-itglue": {
"args": [
"-y",
"mcp-itglue"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-itglue": {
"args": [
"-y",
"mcp-itglue"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ITGLUE_API_KEY (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 (OpenAI API key — enables semantic vector search tools), AZURE_OPENAI_API_KEY (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).
The author declared them in the registry entry; get the values from the project itself.
IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK
Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.
Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.
Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)
AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node
Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector.
Hybrid search for Cowork history: FTS, Spotlight, and semantic vectors
MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.
Answers built from our own checks of this server.