Pinot MCP Server
JSON →An MCP server for interacting with Apache Pinot, a real-time distributed OLAP datastore.
Install
pip install -e Tools · 5
- list_tables List all tables from Pinot
- list_segments List segments for a given table
- get_schema Get schema information for a table
- execute_query Execute a read-only SQL query on Pinot
- get_index_metadata View index/column-level metadata for a table
Environment variables
PINOT_CONTROLLER_URLPINOT_BROKER_URLPINOT_BROKER_HOSTPINOT_BROKER_PORTPINOT_TOKENOAUTH_CLIENT_IDOAUTH_CLIENT_SECRETOAUTH_BASE_URL
Links
★ 15 GitHub stars