Loading...
Loading...
Use this skill to set up Holistics MCP and enable useful tools such as `search_docs`, `execute_aql`, and `generate_viz`
npx skill4agent add holistics/skills setup-holistics-mcp{
"mcpServers": {
"holistics-development": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"<MCP_SERVER_ADDRESS>",
"--header",
"X-Holistics-Key:<YOUR_HOLISTICS_API_KEY>"
"X-Holistics-Env:development"
]
}
}
}