We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/startreedata/mcp-pinot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
table_filters.yaml.example•430 B
# Table filter configuration
# Specify which tables to include when listing tables from Pinot.
# Supports glob patterns like "prefix_*" or "exact_table_name"
# If no filter file is configured, all tables will be returned.
#
# Future enhancement: As this expands, we may want to namespace configurations
# by controller/context to handle multiple Pinot controllers with different table filters.
# included_tables:
# - some_table