IT Glue
Rank #7,587io.github.selic/mcp-itglue
IT Glue MCP server for MSPs — documents, flexible assets, semantic vector search, RBAC, and BYOK
IT Glue is a Model Context Protocol (MCP) server published by selic. It ranks #7,587 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. IT Glue is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 108,004 of 115,591 servers on MCP Toplist.
Use IT Glue
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-itglue -e "ITGLUE_API_KEY=<your ITGLUE_API_KEY>" -e "ITGLUE_REGION=<your ITGLUE_REGION>" -e "ITGLUE_BASE_URL=<your ITGLUE_BASE_URL>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "AZURE_OPENAI_API_KEY=<your AZURE_OPENAI_API_KEY>" -e "AZURE_OPENAI_ENDPOINT=<your AZURE_OPENAI_ENDPOINT>" -e "EMBEDDING_MODEL=<your EMBEDDING_MODEL>" -e "ITGLUE_ADVANCED_TOOLSET=<your ITGLUE_ADVANCED_TOOLSET>" -e "VECTOR_INDEX_PATH=<your VECTOR_INDEX_PATH>" -- npx -y mcp-itglueReplace each placeholder with your own value before saving.
[mcp_servers.mcp-itglue]
command = "npx"
args = ["-y", "mcp-itglue"]
[mcp_servers.mcp-itglue.env]
ITGLUE_API_KEY = "<your ITGLUE_API_KEY>"
ITGLUE_REGION = "<your ITGLUE_REGION>"
ITGLUE_BASE_URL = "<your ITGLUE_BASE_URL>"
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
AZURE_OPENAI_API_KEY = "<your AZURE_OPENAI_API_KEY>"
AZURE_OPENAI_ENDPOINT = "<your AZURE_OPENAI_ENDPOINT>"
EMBEDDING_MODEL = "<your EMBEDDING_MODEL>"
ITGLUE_ADVANCED_TOOLSET = "<your ITGLUE_ADVANCED_TOOLSET>"
VECTOR_INDEX_PATH = "<your VECTOR_INDEX_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-itglue": {
"command": "npx",
"args": [
"-y",
"mcp-itglue"
],
"env": {
"ITGLUE_API_KEY": "<your ITGLUE_API_KEY>",
"ITGLUE_REGION": "<your ITGLUE_REGION>",
"ITGLUE_BASE_URL": "<your ITGLUE_BASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"AZURE_OPENAI_API_KEY": "<your AZURE_OPENAI_API_KEY>",
"AZURE_OPENAI_ENDPOINT": "<your AZURE_OPENAI_ENDPOINT>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"ITGLUE_ADVANCED_TOOLSET": "<your ITGLUE_ADVANCED_TOOLSET>",
"VECTOR_INDEX_PATH": "<your VECTOR_INDEX_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-itglue": {
"command": "npx",
"args": [
"-y",
"mcp-itglue"
],
"env": {
"ITGLUE_API_KEY": "<your ITGLUE_API_KEY>",
"ITGLUE_REGION": "<your ITGLUE_REGION>",
"ITGLUE_BASE_URL": "<your ITGLUE_BASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"AZURE_OPENAI_API_KEY": "<your AZURE_OPENAI_API_KEY>",
"AZURE_OPENAI_ENDPOINT": "<your AZURE_OPENAI_ENDPOINT>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"ITGLUE_ADVANCED_TOOLSET": "<your ITGLUE_ADVANCED_TOOLSET>",
"VECTOR_INDEX_PATH": "<your VECTOR_INDEX_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-itglue": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-itglue"
],
"env": {
"ITGLUE_API_KEY": "<your ITGLUE_API_KEY>",
"ITGLUE_REGION": "<your ITGLUE_REGION>",
"ITGLUE_BASE_URL": "<your ITGLUE_BASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"AZURE_OPENAI_API_KEY": "<your AZURE_OPENAI_API_KEY>",
"AZURE_OPENAI_ENDPOINT": "<your AZURE_OPENAI_ENDPOINT>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"ITGLUE_ADVANCED_TOOLSET": "<your ITGLUE_ADVANCED_TOOLSET>",
"VECTOR_INDEX_PATH": "<your VECTOR_INDEX_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-itglue": {
"command": "npx",
"args": [
"-y",
"mcp-itglue"
],
"env": {
"ITGLUE_API_KEY": "<your ITGLUE_API_KEY>",
"ITGLUE_REGION": "<your ITGLUE_REGION>",
"ITGLUE_BASE_URL": "<your ITGLUE_BASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"AZURE_OPENAI_API_KEY": "<your AZURE_OPENAI_API_KEY>",
"AZURE_OPENAI_ENDPOINT": "<your AZURE_OPENAI_ENDPOINT>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"ITGLUE_ADVANCED_TOOLSET": "<your ITGLUE_ADVANCED_TOOLSET>",
"VECTOR_INDEX_PATH": "<your VECTOR_INDEX_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-itglue": {
"command": "npx",
"args": [
"-y",
"mcp-itglue"
],
"env": {
"ITGLUE_API_KEY": "<your ITGLUE_API_KEY>",
"ITGLUE_REGION": "<your ITGLUE_REGION>",
"ITGLUE_BASE_URL": "<your ITGLUE_BASE_URL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"AZURE_OPENAI_API_KEY": "<your AZURE_OPENAI_API_KEY>",
"AZURE_OPENAI_ENDPOINT": "<your AZURE_OPENAI_ENDPOINT>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"ITGLUE_ADVANCED_TOOLSET": "<your ITGLUE_ADVANCED_TOOLSET>",
"VECTOR_INDEX_PATH": "<your VECTOR_INDEX_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.selic%2Fmcp-itglue)<a href="https://mcptoplist.com/server/io.github.selic%2Fmcp-itglue"><img src="https://mcptoplist.com/badge/io.github.selic%2Fmcp-itglue.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
selic
Other servers by selic
View all selic servers →Available versions (3)
| Version | Published |
|---|---|
| 0.4.1 | Jul 16, 2026 |
| 0.4.0 | Jul 14, 2026 |
| 0.1.2 | Jul 4, 2026 |
Frequently asked questions
- Who maintains IT Glue?
- IT Glue is maintained by selic, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is IT Glue listed on the Official MCP Registry?
- Yes — IT Glue is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does IT Glue have?
- MCP Toplist tracks 3 versions of IT Glue, most recently published on Jul 16, 2026.
- Where can I find the source code for IT Glue?
- The source code for IT Glue is hosted at github.com/selic/mcp-itglue.