mcp-itglue
by selic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port | 3000 |
| TRANSPORT | No | Transport: stdio or http | stdio |
| ITGLUE_REGION | No | IT Glue region: us, eu, or au | us |
| ITGLUE_API_KEY | Yes | IT Glue API key (required unless BYOK with client keys is enabled) | |
| OPENAI_API_KEY | No | OpenAI API key for vector search | |
| EMBEDDING_MODEL | No | Embedding model or Azure deployment name | text-embedding-3-small |
| ITGLUE_BASE_URL | No | Override the API base URL | |
| MCP_TOKENS_ADMIN | No | Comma-separated label:token pairs for admin role | |
| MCP_TOKENS_EDITOR | No | Comma-separated label:token pairs for editor role | |
| MCP_TOKENS_VIEWER | No | Comma-separated label:token pairs for viewer role | |
| VECTOR_INDEX_PATH | No | Path to vector index file | ./vector-index.json |
| CLIENT_ITGLUE_KEYS | No | BYOK policy: disabled, with-token, or open | with-token |
| AZURE_OPENAI_API_KEY | No | Azure OpenAI API key | |
| AZURE_OPENAI_ENDPOINT | No | Azure OpenAI endpoint | |
| ITGLUE_WEBHOOK_SECRET | No | Webhook signature and index refresh secret | |
| AZURE_OPENAI_API_VERSION | No | Azure OpenAI API version |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/selic/mcp-itglue'
If you have feedback or need assistance with the MCP directory API, please join our Discord server