tiger-cli
by timescale·★ 108·Score 49
Command-line interface for Tiger Cloud with MCP server for AI assistants to manage Postgres services and execute queries.
Overview
Tiger CLI is a comprehensive command-line interface for managing Tiger Cloud database services. It includes an MCP server that exposes tools for service management (list, create, start, stop, resize) and database operations (execute queries) to AI assistants. The CLI supports multiple installation methods and provides authentication, configuration management, and integration with various AI clients. It also proxies tools from a documentation MCP server for semantic search capabilities.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when working with TimescaleDB on Tiger Cloud and you want AI assistants to manage services and query databases without leaving your coding environment.
When NOT to choose this
Don't choose this if you need write access to databases (it's read-only by default) or if you're looking for a vendor-agnostic solution for PostgreSQL management.
Tools this server exposes
12 tools extracted from the READMEservice_listList all database services in your project
service_getGet detailed information about a specific service
service_createCreate new database services with configurable resources
service_forkFork an existing database service to create an independent copy
service_startStart a stopped database service
service_stopStop a running database service
service_resizeResize a database service by changing CPU and memory allocation
service_update_passwordUpdate the master password for a service
service_logsView logs for a database service
db_execute_queryExecute SQL queries against a database service
view_skillRetrieve comprehensive guides for Postgres and TimescaleDB features
search_docsSearch PostgreSQL and TimescaleDB documentation using natural language
Comparable tools
Installation
Installation
Install Tiger CLI using one of the following methods:
Script (macOS/Linux/WSL)
curl -fsSL https://cli.tigerdata.com | shWindows
irm https://cli.tigerdata.com/install.ps1 | iexHomebrew (macOS/Linux)
brew install --cask timescale/tap/tiger-cliMCP Server Setup
After installing Tiger CLI, authenticate and install the MCP server:
tiger auth login
tiger mcp installClaude Desktop Configuration
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"tiger": {
"command": "tiger",
"args": [
"mcp",
"start"
]
}
}
}FAQ
- What AI clients are supported by the Tiger MCP server?
- The Tiger MCP server supports multiple AI clients including Claude Code, Codex, Cursor IDE, Gemini CLI, VS Code, and Windsurf. You can install it with `tiger mcp install` or manually configure it with `tiger mcp start`.
- How can I disable the documentation proxy in the MCP server?
- You can disable the documentation proxy by running `tiger config set docs_mcp false`. This disables the proxied tools from the pg-aiguide MCP server that provide semantic search capabilities.
On Hacker News
Recent discussion from the developer community.
- Story by cevian · 2025-10-22
Compare tiger-cli with
Last updated · Auto-generated from public README + GitHub signals.