Tiger CLI is a command-line interface for managing and querying database services on Tiger Cloud, featuring an integrated Model Context Protocol (MCP) server for AI assistants.
From the registry: Provides programmatic access to Tiger Cloud services, databases, and documentation.
$ curl -fsSL https://cli.tigerdata.com | sh && tiger auth loginhttps://cli.tigerdata.comPlease install the `tiger-cli` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Tiger CLI** — Install and authenticate with Tiger Cloud account Run: `curl -fsSL https://cli.tigerdata.com | sh && tiger auth login` (https://cli.tigerdata.com)
Canonical MCP server config (stdio transport):
- command: `tiger`
- args: ["mcp","start"]
Note: Tiger Cloud (Timescale) database service MCP. Auto-install: tiger mcp install claude-code. Supports claude-code, codex, cursor, gemini, vscode, windsurf. HTTP mode: tiger mcp start http --port 8080.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.TIGER_PUBLIC_KEYrequiredPublic key to use for authentication (takes priority over stored credentials)TIGER_SECRET_KEYrequiredSecret key to use for authentication (takes priority over stored credentials)Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB