qlik-mcp-server
by khabibsirius
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_NAME | No | Name of the Qlik Sense app to open by default. For enterprise mode, this can be a friendly name that is resolved to a GUID via GetDocList. | |
| QLIK_HOST | No | Hostname of the Qlik Sense Engine. For desktop mode, default is 'localhost'. For enterprise mode, this is required. | localhost |
| QLIK_MODE | No | Mode for connecting to Qlik Sense. Either 'desktop' (default) or 'enterprise'. | desktop |
| QLIK_PORT | No | Port of the Qlik Sense Engine. For desktop mode, default is 4848. For enterprise mode, default is 4747. | 4848 |
| OLLAMA_MODEL | No | The Ollama model to use for AI-generated dashboard designs. Should be available locally via Ollama. | qwen2.5-coder:7b |
| QLIK_USER_ID | No | User ID for the Qlik session (required for enterprise mode). | |
| QLIK_CERT_DIR | No | Directory containing the client certificates (client.pem, client_key.pem, root.pem) for enterprise certificate authentication. | |
| QLIK_SSL_VERIFY | No | Whether to verify TLS certificate. Set to 'false' to disable verification (not recommended). | true |
| QLIK_USER_DIRECTORY | No | User directory for the Qlik session (required for enterprise mode). | |
| MAX_DIMENSION_CARDINALITY | No | Maximum cardinality for dimensions used in charts. Dimensions above this value are rejected to avoid useless charts. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/khabibsirius/qlik-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server