Used by 1 plugin
Connects to an analytics engine to provide data insights and visualization tools.
Add to your .mcp.json:
{
"mcpServers": {
"analytics-engine": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/tools/implementations/analytics-engine/dist/server.cjs"
],
"env": {
"NODE_ENV": "production",
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeNODE_ENV=productionPLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}