| name | setup-holistics-mcp |
| description | Use this skill to set up Holistics MCP and enable useful tools such as `search_docs`, `execute_aql`, and `generate_viz` |
Holistics MCP
Setup (once)
- Ask the user to enable Holistics AI
- Ask the user to pick their <MCP_SERVER_ADDRESS> from based on their login URL:
- Configure MCP server for the user (preferrably using Claude CLI)
{
"mcpServers": {
"holistics-reporting": {
"type": "http",
"url": "<MCP_SERVER_ADDRESS>"
}
}
}
NOTE: at any point, if the user rejects a step, you can give them instructions instead of doing the configuration for them.
References