io.github.startreedata
mcp-pinot
Apache Pinot MCP Server
Explore and query Apache Pinot clusters through MCP.
stdiocommunityapplication
Package Details
mcp-pinot-server
Transportstdio
Environment Variables
PINOT_CONTROLLER_URL(str)
Default:
http://localhost:9000HTTP(S) endpoint of the Pinot Controller.
PINOT_BROKER_URL(str)
Default:
http://localhost:8000HTTP(S) endpoint of the Pinot Broker.
PINOT_USERNAME(str)
Optional Pinot basic-auth username.
PINOT_PASSWORD(str)
Secret
Optional Pinot basic-auth password.
PINOT_TOKEN(str)
Secret
Optional Pinot bearer token. Overrides username and password when set.
PINOT_USE_MSQE(bool)
Default:
trueWhether to enable Pinot multi-stage query engine support.