Skip to content
Zed

Apache Pinot MCP Server for Zed

io.github.startreedata/mcp-pinot

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

client:Zed transport:stdio runtime:pypi

Install Apache Pinot MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-pinot": {
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ],
      "env": {
        "PINOT_CONTROLLER_URL": "<PINOT_CONTROLLER_URL>",
        "PINOT_BROKER_URL": "<PINOT_BROKER_URL>",
        "PINOT_USERNAME": "<PINOT_USERNAME>",
        "PINOT_PASSWORD": "<PINOT_PASSWORD>",
        "PINOT_TOKEN": "<PINOT_TOKEN>",
        "PINOT_USE_MSQE": "<PINOT_USE_MSQE>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_PROVIDER": "<AUTH_PROVIDER>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Apache Pinot MCP Server in other clients