Skip to main content
Glama

Qlik Sense MCP Server

by bintocher
mcp.json.example948 B
{ "mcpServers": { "qlik-sense": { "command": "uvx", "args": ["qlik-sense-mcp-server"], "env": { "QLIK_SERVER_URL": "https://your-qlik-server", "QLIK_USER_DIRECTORY": "your-domain", "QLIK_USER_ID": "your-username", "QLIK_CLIENT_CERT_PATH": "/path/to/certs/client.pem", "QLIK_CLIENT_KEY_PATH": "/path/to/certs/client_key.pem", "QLIK_CA_CERT_PATH": "/path/to/certs/root.pem", "QLIK_REPOSITORY_PORT": "4242", "QLIK_ENGINE_PORT": "4747", "QLIK_HTTP_PORT": "443", "QLIK_VERIFY_SSL": "false" }, "disabled": false, "autoApprove": [ "get_apps", "get_app_details", "get_app_script", "get_app_field_statistics", "engine_create_hypercube", "get_app_field", "get_app_variables", "get_app_sheets", "get_app_sheet_objects", "get_app_object" ] } } }

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/bintocher/qlik-sense-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server