Server data from the Official MCP Registry
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
The IT Glue MCP server is well-structured with proper authentication via environment variables and comprehensive input validation. Permissions align appropriately with its purpose as a developer tool for IT asset management. Minor code quality observations exist around error handling patterns, but no critical vulnerabilities or malicious patterns were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity).
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ITGLUE_API_KEY
Environment variable: ITGLUE_REGION
Environment variable: ITGLUE_BASE_URL
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-itglue-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"ITGLUE_REGION": "your-itglue-region-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"ITGLUE_API_KEY": "your-itglue-api-key-here",
"ITGLUE_BASE_URL": "your-itglue-base-url-here"
},
"args": [
"-y",
"@wyre-technology/itglue-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol (MCP) server that provides Claude with access to IT Glue documentation and asset management.
npm install @wyre-technology/itglue-mcp
Or use the Docker image:
docker pull ghcr.io/wyre-technology/itglue-mcp:latest
The server accepts credentials via environment variables:
| Variable | Description | Required |
|---|---|---|
ITGLUE_API_KEY | Your IT Glue API key (format: ITG.xxx) | Yes |
ITGLUE_REGION | API region: us, eu, or au (default: us) | No |
Alternative: The MCP Gateway can inject credentials via X_API_KEY header.
Add to your .mcp.json:
{
"mcpServers": {
"itglue": {
"command": "npx",
"args": ["@wyre-technology/itglue-mcp"],
"env": {
"ITGLUE_API_KEY": "${ITGLUE_API_KEY}",
"ITGLUE_REGION": "us"
}
}
}
}
Or with Docker:
{
"mcpServers": {
"itglue": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "ITGLUE_API_KEY", "ghcr.io/wyre-technology/itglue-mcp:latest"],
"env": {
"ITGLUE_API_KEY": "${ITGLUE_API_KEY}"
}
}
}
}
Once configured, you can ask Claude:
get_password with explicit ID to retrieve password valuesApache-2.0
See CONTRIBUTING.md for guidelines.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI