MCP Servers / database / GigAPI Timeseries Lake

GigAPI Timeseries Lake

JSON →
stdionone6database

An MCP server for GigAPI Timeseries Lake, enabling seamless integration with MCP-compatible clients.

Install
How to run this server

No install command recorded.

server path: gigapi-timeseries-lake
Tools
What this server exposes
run_select_query
Execute SQL queries on your GigAPI cluster. Input: sql (string): The SQL query to execute, database (string): The database to execute against. All queries are executed safely through GigAPI's HTTP API with NDJSON format.
list_databases
List all databases on your GigAPI cluster. Input: database (string): The database to use for the SHOW DATABASES query (defaults to 'mydb').
list_tables
List all tables in a database. Input: database (string): The name of the database.
get_table_schema
Get schema information for a specific table. Input: database (string): The name of the database, table (string): The name of the table.
write_data
Write data using InfluxDB Line Protocol format. Input: database (string): The database to write to, data (string): Data in InfluxDB Line Protocol format.
health_check
Check the health status of the GigAPI server.
ping
Ping the GigAPI server to check connectivity.
Configuration
Environment & auth
authnone
envGIGAPI_HOST
envGIGAPI_PORT
Resources
GigAPI Timeseries Lake — MCP Server · libregistry