| name | setup-holistics-mcp |
| description | Use this skill to set up or review Holistics MCP connection and enable useful tools such as `search_docs`, `execute_aql`, and `generate_viz` |
IMPORTANT: Use CLI MCP instead
Use holistics mcp command instead. It provides access to all MCP tools without any additional setup or maintenance.
Only set up or maintain agent's direct MCP connection when explicitly asked by the user.
Direct Holistics MCP connection
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-development": {
"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