Execute a SQL query against Timeplus and return the results
List all databases in the Timeplus workspace
List all tables in a specific database
Get detailed information about a table's structure
Generate SQL for Timeplus based on a natural language description
List all available Kafka topics in Timeplus
List all available Iceberg tables in Timeplus
Timeplus MCP provides a seamless interface for executing SQL queries and managing databases in Timeplus. It allows you to interact with your data, Kafka topics, and Iceberg tables efficiently through natural language. The MCP enhances your data workflows with powerful tools that enable you to query, analyze, and manage your streaming and historical data in Timeplus.
Timeplus MCP Server provides a powerful interface for interacting with Timeplus databases through natural language. This MCP allows you to execute SQL queries, manage databases, and work with streaming data in Timeplus environments.
You can install the Timeplus MCP Server using pip:
pip install mcp-timeplus
Alternatively, you can use uv:
uv pip install mcp-timeplus
The Timeplus MCP Server requires the following environment variables:
TIMEPLUS_API_KEY
: Your Timeplus API keyTIMEPLUS_WORKSPACE
: Your Timeplus workspace URLYou can set these environment variables in your shell or in a .env
file.
Once installed, you can add the Timeplus MCP Server to your AI assistant configuration. The MCP provides several tools for interacting with Timeplus:
execute_sql
to run SQL queries against your Timeplus databaselist_databases
to view available databaseslist_tables
to see tables in a specific databasedescribe_table
to get detailed information about a table's structurelist_kafka_topics
to view available Kafka topicslist_iceberg_tables
to view available Iceberg tablesWhen working with the MCP, you can use natural language to describe what you want to do with your data, and the MCP will help translate that into the appropriate SQL queries and commands for Timeplus.
Here are some examples of how to use the Timeplus MCP:
If you encounter issues with the Timeplus MCP Server:
For more information, refer to the Timeplus documentation.