igloo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IGLOO_MCP_HOST | No | Host address to bind the HTTP server to (default: 127.0.0.1) | 127.0.0.1 |
| IGLOO_MCP_PROXY | No | Optional proxy URL | |
| IGLOO_MCP_APP_ID | Yes | Application ID for the Igloo API (required) | |
| IGLOO_MCP_APP_PASS | Yes | Application password for the Igloo API (required) | |
| IGLOO_MCP_PASSWORD | Yes | Password to authenticate with (required) | |
| IGLOO_MCP_USERNAME | Yes | Username to authenticate with (required) | |
| IGLOO_MCP_COMMUNITY | Yes | Base URL of your Igloo community (required) | |
| IGLOO_MCP_LOG_LEVEL | No | Logging level (default: INFO) | INFO |
| IGLOO_MCP_PAGE_SIZE | No | Results per page (10-1000) (default: 50) | 50 |
| IGLOO_MCP_TRANSPORT | No | Transport protocol (stdio, streamable-http) (default: stdio) | stdio |
| IGLOO_MCP_VERIFY_SSL | No | Verify SSL certificates (default: true) | true |
| IGLOO_MCP_SERVER_NAME | No | Server name shown to clients (default: Igloo) | Igloo |
| IGLOO_MCP_COMMUNITY_KEY | Yes | Numeric identifier for your digital workplace (required) | |
| IGLOO_MCP_DEFAULT_LIMIT | No | Default max search results (default: 20) | 20 |
| IGLOO_MCP_FETCH_TIMEOUT | No | Timeout in seconds for fetch requests (5.0-120.0) (default: 15.0) | 15.0 |
| IGLOO_MCP_FETCH_MAX_PAGES | No | Maximum number of URLs per multi-URL fetch request (1-20) (default: 5) | 5 |
| IGLOO_MCP_FETCH_MAX_LENGTH | No | Maximum Markdown content length per page (1000-500000) (default: 50000) | 50000 |
| IGLOO_MCP_SERVER_INSTRUCTIONS | No | Instructions describing the server's purpose and capabilities to clients (default: Use this server to search and retrieve information from an Igloo instance.) | Use this server to search and retrieve information from an Igloo instance. |
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
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/redhat-community-ai-tools/igloo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server