IT Glue (wyre-technology) MCP Server

A Model Context Protocol (MCP) server that provides Claude with access to IT Glue documentation and asset management. Its 13 documented tools cluster into read & search, create & write, update, itglue.

People who need documentation tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 17 · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install IT Glue (wyre-technology)

before you install - you'll need

Set ITGLUE_API_KEY, NODE_AUTH_TOKEN, AUTH_MODE before connecting. MCP_TRANSPORT, ITGLUE_REGION are optional or environment-specific per the README.

Docker

docker run -i --rm ghcr.io/wyre-technology/itglue-mcp:v1.16.3

Claude Desktop - add to config

{
  "mcpServers": {
    "wyre-technology-itglue-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/itglue-mcp:v1.16.3"
      ]
    }
  }
}
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 container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

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

03 · What IT Glue (wyre-technology) can do

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

What you can build

With this server connected, an agent can search for organizations with optional filtering by name, type, status, or PSA ID, get a specific organization by ID, search for configurations with filtering by organization, name, type, status, serial number, RMM ID, or PSA ID, and get a specific configuration by ID.

Capability map

Tools grouped from the project's README - what IT Glue (wyre-technology) lets an agent do.

read & search

10 tools - e.g. Search for organizations with optional filtering by name, type, status, or PSA ID; Get a specific organization by ID; Search for configurations with filtering by organization, name, type, status, serial…

search_organizations · get_organization · search_configurations · get_configuration · search_locations · get_location…

create & write

1 tool - e.g. Create a new location for an organization (requires name, typically country_id)

create_location

update

1 tool - e.g. Update an existing location; only the fields you supply are changed

update_location

Itglue

1 tool - e.g. Verify connectivity to IT Glue API

itglue_health_check

Latest releases

v1.16.3 · 2026-08-21

1.16.3 (2026-08-21) · adopt upstream mcpb job, drop the local stopgap (#91) (e807727), closes wyre-technology/.github#43 #47

v1.16.2 · 2026-08-13

1.16.2 (2026-08-13) · bump add-to-project reusable-workflow pin to post-#44 SHA

v1.16.1 · 2026-08-13

1.16.1 (2026-08-13) · enforce gateway S2S verification (gateway#377 parity) (#83) (567c3e7), closes 55/liongard-mcp#60

04 · Who maintains IT Glue (wyre-technology)

IT Glue is maintained by wyre-technology. We track 57 MCP servers from wyre-technology - 57 actively maintained, 150 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from wyre-technology.

  1. Autotask MCP server for Kaseya Autotask PSA - companies, tickets, projects, time entries, and more. ★ 48
  2. NinjaOne MCP server for NinjaOne RMM - devices, organizations, alerts, and tickets. ★ 23
  3. ConnectWise Manage MCP server for ConnectWise Manage PSA - companies, tickets, projects, time entries, and more. ★ 20
  4. CIPP MCP server for CIPP - M365 multi-tenant management for MSPs (users, tenants, policies). ★ 10
  5. Datto RMM MCP server for Datto RMM - devices, alerts, sites, jobs, and audit data. ★ 3
  6. HaloPSA MCP server for HaloPSA - clients, tickets, and PSA workflows via the HaloPSA REST API. ★ 3

05 · Facts

category
documentation - actively maintained as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.wyre-technology/itglue-mcp (active, first published 2026-04-29 · 24 versions)
packages
oci:ghcr.io/wyre-technology/itglue-mcp:v1.16.3

06 · IT Glue (wyre-technology) FAQ

Is IT Glue (wyre-technology) still maintained?

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

What can IT Glue (wyre-technology) do?

With this server connected, an agent can search for organizations with optional filtering by name, type, status, or PSA ID, get a specific organization by ID, search for configurations with filtering by organization, name, type, status, serial number, RMM ID, or PSA ID, and get a specific configuration by ID.

How do I install IT Glue (wyre-technology)?

Run `docker run -i --rm ghcr.io/wyre-technology/itglue-mcp:v1.16.3`. The README documents 5 environment variables (ITGLUE_API_KEY, NODE_AUTH_TOKEN, MCP_TRANSPORT…) to set first. Set ITGLUE_API_KEY, NODE_AUTH_TOKEN, AUTH_MODE before connecting. MCP_TRANSPORT, ITGLUE_REGION are optional or environment-specific per the README. You can also paste the ready-made client config above.

07 · Alternatives to IT Glue (wyre-technology)

More documentation MCP servers · Yuque MCP · ITASCA MCP Server · YADE MCP Server · Tela

More TypeScript MCP servers · Ninja One · Proofpoint · QuickBooks Online (wyre-technology) · Super Ops · Syncro · see all