mcp-timeplus

by jovezhong
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIMEPLUS_HOSTYesThe hostname of your Timeplus server.
TIMEPLUS_PORTNoThe port number of your Timeplus server. Default is `8443` if HTTPS is enabled, `8123` if disabled.
TIMEPLUS_USERYesThe username for authentication.
TIMEPLUS_SECURENoEnable/disable HTTPS connection. Default: `false`. Set to `true` for secure connections.false
TIMEPLUS_VERIFYNoEnable/disable SSL certificate verification. Default: `true`. Set to `false` to disable certificate verification (not recommended for production).true
TIMEPLUS_DATABASENoDefault database to use. Default: None (uses server default). Set this to automatically connect to a specific database.
TIMEPLUS_PASSWORDYesThe password for authentication.
TIMEPLUS_READ_ONLYNoEnable/disable read-only mode. Default: `true`. Set to `false` to enable DDL/DML.true
TIMEPLUS_KAFKA_CONFIGNoA 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_TIMEOUTNoConnection timeout in seconds. Default: `30`. Increase this value if you experience connection timeouts.30
TIMEPLUS_SEND_RECEIVE_TIMEOUTNoSend/receive timeout in seconds. Default: `300`. Increase this value for long-running queries.300

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
generate_sql

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_databases-
list_tables-
run_sql-
list_kafka_topics-
explore_kafka_topic-
create_kafka_stream-