mcpbeat Sign in

IT Glue MCP Server

local only

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

Installs per day peak 815 · avg 61 · -43% w/w
a month agotoday
510
Installs / week
npm · mcp-itglue
5
Stars
3 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

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.

Package points at a different repository selic/mcp-itglue
пакет 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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-itglue -- npx -y mcp-itglue
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-itglue": {
      "args": [
        "-y",
        "mcp-itglue"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-itglue]
command = "npx"
args = ["-y", "mcp-itglue"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-itglue": {
      "args": [
        "-y",
        "mcp-itglue"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to IT Glue

same job, measured the same way
IT Glue
by mspstack

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

local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
Vector DB MCP
by kroq86

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

local only
ArcadeDB MCP Server
by arcadedb

Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)

local only
Vector Knowledge Graph MCP
by csoai-org

AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node

141 installs/wk local only
Wso2 Docs MCP Server
by iamvirul

Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector.

246 installs/wk local only
Cowork History
by egoughnour

Hybrid search for Cowork history: FTS, Spotlight, and semantic vectors

58 installs/wk local only
MCP DB Connect
by phatngoit

MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.

61 installs/wk local only

IT Glue — questions

Answers built from our own checks of this server.

Why is there no uptime for IT Glue?
IT Glue runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-itglue was installed 510 times last week.
How do I connect IT Glue?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-itglue straight from npm; nothing to host, nothing to sign up for.
How many people use IT Glue?
The npm package mcp-itglue was installed 510 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is IT Glue open source?
Yes — it is published under the MIT licence, written in TypeScript, 5 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.