Apache Pinot MCP Server for Windsurf
io.github.startreedata/mcp-pinot
Query and manage Apache Pinot through MCP with typed tools and preview-first safety.
client:Windsurf
transport:stdio
runtime:pypi
Install Apache Pinot MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs