sisense mcp server for Zed
io.github.sisense/sisense-mcp-server
MCP server leveraging Sisense Intelligence for actionable insights and analytics.
client:Zed
transport:stdio
runtime:npm
Install sisense mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sisense-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sisense/mcp-server"
],
"env": {
"SISENSE_URL": "<SISENSE_URL>",
"SISENSE_TOKEN": "<SISENSE_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs