Loading...
{
"mcpServers": {
"mcp-timeplus": {
"command": "uvx",
"args": ["mcp-timeplus"],
"env": {
"TIMEPLUS_HOST": "<timeplus-host>",
"TIMEPLUS_PORT": "<timeplus-port>",
"TIMEPLUS_USER": "<timeplus-user>",
"TIMEPLUS_PASSWORD": "<timeplus-password>",
"TIMEPLUS_SECURE": "false",
"TIMEPLUS_VERIFY": "true",
"TIMEPLUS_CONNECT_TIMEOUT": "30",
"TIMEPLUS_SEND_RECEIVE_TIMEOUT": "30",
"TIMEPLUS_READ_ONLY": "false",
"TIMEPLUS_KAFKA_CONFIG": "{\"bootstrap.servers\":\"a.aivencloud.com:28864\", \"sasl.mechanism\":\"SCRAM-SHA-256\",\"sasl.username\":\"avnadmin\", \"sasl.password\":\"thePassword\",\"security.protocol\":\"SASL_SSL\",\"enable.ssl.certificate.verification\":\"false\"}"
}
}
}
}run_sqlExecutes SQL queries on the Timeplus cluster.
Can modify data if TIMEPLUS_READ_ONLY is set to false.
list_databasesLists all databases on the Timeplus cluster.
Read-only operation with no side effects.
list_tablesLists all tables in a specified database.
Read-only operation with no side effects.
list_kafka_topicsLists all topics in a Kafka cluster.
Read-only operation with no side effects.
explore_kafka_topicShows messages in a Kafka topic.
Read-only operation with no side effects.
create_kafka_streamSets up a streaming ETL in Timeplus to save Kafka messages locally.
Creates a new stream, which can consume resources.
connect_to_apache_icebergConnects to a database based on Apache Iceberg.
Connects to external data source, potential data access risk.
This server provides a balance between functionality and security. It is safe for read-only operations and data exploration. However, enabling write operations and Kafka integration requires careful configuration and security considerations to mitigate potential risks.