Skip to content

gemini-cli-extensions/looker-conversational-analytics

v0.3.10Apache-2.0

Connect to Looker Conversational Analytics

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

lookerstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@toolbox-sdk/server@1.12.0",
    "--prebuilt",
    "looker-conversational-analytics",
    "--stdio"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "looker-conversational-analytics",
  "version": "0.3.10",
  "description": "Connect to Looker Conversational Analytics",
  "author": {
    "name": "Google LLC",
    "email": "data-cloud-ai-integrations@google.com"
  },
  "repository": "https://github.com/gemini-cli-extensions/looker-conversational-analytics",
  "license": "Apache-2.0",
  "extensions": {
    "com.google.cloud.data.agent-plugins": {
      "config": [
        {
          "key": "LOOKER_BASE_URL",
          "title": "Base URL",
          "description": "URL of the Looker instance"
        },
        {
          "key": "LOOKER_CLIENT_ID",
          "title": "Client ID",
          "description": "Client ID of the Looker API"
        },
        {
          "key": "LOOKER_CLIENT_SECRET",
          "title": "Client Secret",
          "description": "Client Secret of the Looker API",
          "sensitive": true
        },
        {
          "key": "LOOKER_PROJECT",
          "title": "Project",
          "description": "The Google Cloud Project ID"
        },
        {
          "key": "LOOKER_LOCATION",
          "title": "Location",
          "description": "The Google Cloud Location ID"
        },
        {
          "key": "LOOKER_VERIFY_SSL",
          "title": "Verify SSL",
          "description": "(Optional) Boolean to verify SSL certificates"
        },
        {
          "key": "LOOKER_SHOW_HIDDEN_MODELS",
          "title": "Show Hidden Models",
          "description": "(Optional) Boolean to show hidden models"
        },
        {
          "key": "LOOKER_SHOW_HIDDEN_EXPLORES",
          "title": "Show Hidden Explores",
          "description": "(Optional) Boolean to show hidden explores"
        },
        {
          "key": "LOOKER_SHOW_HIDDEN_FIELDS",
          "title": "Show Hidden Fields",
          "description": "(Optional) Boolean to show hidden fields"
        }
      ],
      "gemini": {
        "contextFileName": "LOOKER-CONVERSATIONAL-ANALYTICS.md",
        "mcpServerName": "looker"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.google.cloud.data.agent-plugins