MCP server for querying Janus analytics — let your AI agent check your dashboard, events, funnels, and usage.
サーバー設定
{
"mcpServers": {
"janus": {
"command": "npx",
"args": [
"-y",
"@janus-analytics/mcp-server"
],
"env": {
"JANUS_API_KEY": ""
}
}
}
}