Tiger Cli
UnclaimedTiger CLI is the command-line interface for Tiger Cloud. It includes an MCP server for helping coding agents write production-level Postgres code.
Install
go install github.com/timescale/tiger-cli/cmd/tiger@latestUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
db_execute_query
Execute SQL queries against a database service with support for parameterized queries, custom timeouts, and connection pooling
db_schema
Display a service's database schema (tables, views, materialized views, enums, functions, procedures, indexes, triggers, and TimescaleDB hypertable/continuous aggregate metadata) as readable text for an agent's context
search_docs
Search PostgreSQL and TimescaleDB documentation using natural language queries
service_create
Create new database services with configurable resources
service_fork
Fork an existing database service to create an independent copy
service_get
Get detailed information about a specific service
service_list
List all database services in your project
service_logs
View logs for a database service
service_resize
Resize a database service by changing CPU and memory allocation
service_start
Start a stopped database service
service_stop
Stop a running database service
service_update_password
Update the master password for a service
view_skill
Retrieve comprehensive guides for Postgres and TimescaleDB features and best practices