IT Glue (mspstack) MCP Server

An MCP (Model Context Protocol) server for the IT Glue API, built for MSPs that want AI assistants to read - and safely write - their documentation. Its 7 documented tools cover itglue, attachment. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-28 · ★ 5 · #75 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install IT Glue (mspstack)

before you install - you'll need

Set MCP_TOKENS_VIEWER, MCP_TOKENS_EDITOR, MCP_TOKENS_ADMIN before connecting. ITGLUE_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add mspstack-mcp-itglue -- npx -y mcp-itglue

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mspstack-mcp-itglue": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-itglue"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-03 - young repo, little track record yet

license MIT - declared in the repository

npm package mcp-itglue - unscoped; check the name against the project README before installing

registry namespace io.github.mspstack is GitHub-verified and matches the repo owner

03 · What IT Glue (mspstack) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools spanning itglue, attachment, including itglue_list_document_folders, itglue_list_attachments, itglue_create_attachment, itglue_build_vector_index.

The 7 tools it gives your agent

Extracted from the project's README - what IT Glue lets an agent do.

itglue_list_document_folders
- read
itglue_list_attachments
- read
itglue_create_attachment
- write
itglue_build_vector_index
- write
itglue_delete_documents
- destructive
itglue_delete_flexible_asset
- destructive
itglue_delete_attachment
- destructive

Limitations (from the README)

- IT Glue rate limit: 3000 requests / 5 minutes per key. - The IT Glue documents API is only partially documented; document/section endpoints follow observed API behavior. - Flexible-asset trait updates replace the whole traits object - the update tool's description warns the model to send all traits back. - List tools return summary fields per item (in both text and structuredContent) so default page sizes stay with

Latest releases

v0.4.1 · 2026-07-16

v0.4.0 · 2026-07-14

v0.3.0 · 2026-07-09

04 · Who maintains IT Glue (mspstack)

IT Glue is maintained by mspstack. We track 3 MCP servers from mspstack - 3 actively maintained, 14 combined GitHub stars, oldest repo from Jul 2026. Full record: all servers from mspstack.

  1. ConnectWise PSA ConnectWise PSA (Manage) MCP server - tickets, time entries, companies, configurations, BYOK ★ 5
  2. Microsoft Planner Microsoft Planner MCP server - plans, buckets, tasks via Microsoft Graph, ETags handled ★ 4

05 · Facts

category
documentation - ranked #75 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-07-16)
registry
io.github.mspstack/mcp-itglue (active, first published 2026-07-16)
packages
npm:mcp-itglue

06 · IT Glue (mspstack) FAQ

Is IT Glue (mspstack) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-28 and it shipped 8 releases in the last 90 days. We re-verify nightly.

What can IT Glue (mspstack) do?

An agent gets 7 documented tools spanning itglue, attachment, including itglue_list_document_folders, itglue_list_attachments, itglue_create_attachment, itglue_build_vector_index.

How do I install IT Glue (mspstack)?

Run `npx -y mcp-itglue`. The README documents 4 environment variables (ITGLUE_API_KEY, MCP_TOKENS_VIEWER, MCP_TOKENS_EDITOR…) to set first. Set MCP_TOKENS_VIEWER, MCP_TOKENS_EDITOR, MCP_TOKENS_ADMIN before connecting. ITGLUE_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does IT Glue (mspstack) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to IT Glue (mspstack)

More documentation MCP servers · Octocode · Context · Gnosis MCP · Artel · Nifra docs

More TypeScript MCP servers · Microsoft Planner · Storeshots MCP · Intercom · Sentinal MCP · AI Quality Gate · see all