mcp-timeplus
by jovezhong
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TIMEPLUS_HOST | Yes | The hostname of your Timeplus server. | |
TIMEPLUS_PORT | No | The port number of your Timeplus server. Default is `8443` if HTTPS is enabled, `8123` if disabled. | |
TIMEPLUS_USER | Yes | The username for authentication. | |
TIMEPLUS_SECURE | No | Enable/disable HTTPS connection. Default: `false`. Set to `true` for secure connections. | false |
TIMEPLUS_VERIFY | No | Enable/disable SSL certificate verification. Default: `true`. Set to `false` to disable certificate verification (not recommended for production). | true |
TIMEPLUS_DATABASE | No | Default database to use. Default: None (uses server default). Set this to automatically connect to a specific database. | |
TIMEPLUS_PASSWORD | Yes | The password for authentication. | |
TIMEPLUS_READ_ONLY | No | Enable/disable read-only mode. Default: `true`. Set to `false` to enable DDL/DML. | true |
TIMEPLUS_KAFKA_CONFIG | No | A JSON string for the Kafka configuration. Refer to librdkafka documentation for details. Example: {"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"}. | |
TIMEPLUS_CONNECT_TIMEOUT | No | Connection timeout in seconds. Default: `30`. Increase this value if you experience connection timeouts. | 30 |
TIMEPLUS_SEND_RECEIVE_TIMEOUT | No | Send/receive timeout in seconds. Default: `300`. Increase this value for long-running queries. | 300 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
generate_sql |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_databases | - |
list_tables | - |
run_sql | - |
list_kafka_topics | - |
explore_kafka_topic | - |
create_kafka_stream | - |