MCP Server
MCP
io.github.rmterenzi/qseow-mcp
Agent tools for Qlik Sense Enterprise on Windows: troubleshoot, govern, query and build.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "qseow-mcp",
"version": "0.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hostname of the Qlik Sense node, no scheme (e.g. sense.example.com).",
"isRequired": true,
"format": "string",
"name": "QSEOW_HOST"
},
{
"description": "'certificate' (service identity via QMC-exported certs) or 'jwt' (per-user, through a JWT virtual proxy). Defaults to certificate.",
"format": "string",
"default": "certificate",
"name": "QSEOW_AUTH_MODE"
},
{
"description": "Path to the QMC-exported client certificate (PEM). Required in certificate mode; also enables the Proxy-API session tools in jwt mode.",
"format": "filepath",
"name": "QSEOW_CERT_PATH"
},
{
"description": "Path to the client certificate private key (PEM).",
"format": "filepath",
"name": "QSEOW_CERT_KEY_PATH"
},
{
"description": "Path to the Qlik root CA (PEM). Supply it to keep TLS verification on.",
"format": "filepath",
"name": "QSEOW_ROOT_CERT_PATH"
},
{
"description": "Signed JWT for the virtual proxy (jwt mode only).",
"format": "string",
"isSecret": true,
"name": "QSEOW_JWT"
},
{
"description": "Virtual proxy prefix for jwt mode, e.g. 'jwt'.",
"format": "string",
"default": "jwt",
"name": "QSEOW_VP_PREFIX"
},
{
"description": "Set true to register write tools. Default false: mutating tools are never registered, so the tool list is genuinely read-only.",
"format": "string",
"default": "false",
"name": "QSEOW_ALLOW_MUTATIONS"
},
{
"description": "Comma-separated personas to expose: analyst, developer, admin.",
"format": "string",
"default": "analyst,developer,admin",
"name": "QSEOW_TOOL_GROUPS"
},
{
"description": "Set false only for self-signed lab certificates. Leave on in production.",
"format": "string",
"default": "true",
"name": "QSEOW_TLS_VERIFY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment