uv is a fast Python package installer and resolver, written in Rust. It’s designed to be a drop-in replacement for pip with significantly better performance.
Copy
Ask AI
curl -LsSf https://astral.sh/uv/install.sh | sh# Reload your shell configurationsource ~/.bashrc # or ~/.zshrc# Alternatively, restart your terminal# Verify installationuv --version
# .env file for local PinotPINOT_CONTROLLER_URL=http://localhost:9000PINOT_BROKER_HOST=localhost PINOT_BROKER_PORT=8000 PINOT_BROKER_SCHEME=httpPINOT_USE_MSQE=true
With your MCP server installed and running, the final step is to configure your MCP client of choice to connect and start querying your data with natural language.