MCP Server
MCP
io.github.sisense/sisense-mcp-server
MCP server leveraging Sisense Intelligence for actionable insights and analytics.
Install
npx -y @sisense/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@sisense/mcp-server",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the Sisense instance",
"isRequired": true,
"format": "string",
"name": "SISENSE_URL"
},
{
"description": "Bearer token for the Sisense instance",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SISENSE_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment