Back to Apps

IT Glue MCP
Supports UIby wyre-technology
Connect Claude to IT Glue for instant access to documentation, passwords, and asset management.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Provides a high-fidelity interface between Claude and IT Glue, allowing the AI to retrieve critical infrastructure documentation, manage asset records, and access passwords securely.
Key features
- Interactive Document Cards: Renders IT Glue documents as interactive cards within MCP App hosts.
- Asset Management: Search and retrieve detailed configurations for devices and sites.
- Secure Credential Access: Explicit tool-based retrieval of password values.
- Flexible Assets: Full support for searching IT Glue flexible asset types.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"itglue": {
"command": "npx",
"args": ["@wyre-technology/itglue-mcp"],
"env": {
"ITGLUE_API_KEY": "your-api-key",
"ITGLUE_REGION": "us"
}
}
}
}
- Claude Code: Run
claude mcp add itglue -- npx @wyre-technology/itglue-mcp -e ITGLUE_API_KEY=your-api-key
Supported hosts
- claude
Quick install
npx @wyre-technology/itglue-mcpInformation
- Pricing
- free
- Published
- 7/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"itglue": {
"command": "npx",
"args": ["@wyre-technology/itglue-mcp"],
"env": {
"ITGLUE_API_KEY": "your-api-key",
"ITGLUE_REGION": "us"
}
}
}
}





