Apache Pinot MCP Server for Cline
io.github.startreedata/mcp-pinot
Query and manage Apache Pinot through MCP with typed tools and preview-first safety.
client:Cline
transport:stdio
runtime:pypi
Install Apache Pinot MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs