← Back to Plugins
MCP Server MCP

Apache Pinot MCP Server

github By github 👁 1 views ▲ 0 votes

Query and manage Apache Pinot through MCP with typed tools and preview-first safety.

Homepage Verified source GitHub

Install

uvx mcp-pinot-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-pinot-server",
      "version": "4.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "HTTP(S) endpoint of the Pinot Controller.",
          "format": "string",
          "default": "http://localhost:9000",
          "name": "PINOT_CONTROLLER_URL"
        },
        {
          "description": "HTTP(S) endpoint of the Pinot Broker.",
          "format": "string",
          "default": "http://localhost:8000",
          "name": "PINOT_BROKER_URL"
        },
        {
          "description": "Optional Pinot basic-auth username.",
          "format": "string",
          "name": "PINOT_USERNAME"
        },
        {
          "description": "Optional Pinot basic-auth password.",
          "format": "string",
          "isSecret": true,
          "name": "PINOT_PASSWORD"
        },
        {
          "description": "Optional Pinot bearer token. Overrides username and password when set.",
          "format": "string",
          "isSecret": true,
          "name": "PINOT_TOKEN"
        },
        {
          "description": "Whether to enable Pinot multi-stage query engine support.",
          "format": "boolean",
          "default": "true",
          "name": "PINOT_USE_MSQE"
        },
        {
          "description": "Transport mode: 'stdio' (default, for desktop clients) or 'http'.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Inbound auth provider for HTTP transport (e.g. 'oauth'); required to bind a non-loopback host.",
          "format": "string",
          "name": "AUTH_PROVIDER"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/startreedata/mcp-pinot:4.0.0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...