MCP Catalogs
Home

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.

databasedeveloper-toolsai-llm
9
Forks
9
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI assistants like Claude Code managing PostgreSQL services through Tiger Cloud
you:Developers executing SQL queries on remote databases via MCP integration
you:Automating database service lifecycle operations with AI coding tools
you:What AI clients are supported by the Tiger MCP server?
you:How can I disable the documentation proxy in the MCP server?

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 README
  • service_list

    List all database services in your project

  • service_get

    Get detailed information about a specific service

  • service_create

    Create new database services with configurable resources

  • service_fork

    Fork an existing database service to create an independent copy

  • service_start

    Start a stopped database service

  • service_stop

    Stop a running database service

  • service_resize

    Resize a database service by changing CPU and memory allocation

  • service_update_password

    Update the master password for a service

  • service_logs

    View logs for a database service

  • db_execute_query

    Execute SQL queries against a database service

  • view_skill

    Retrieve comprehensive guides for Postgres and TimescaleDB features

  • search_docs

    Search PostgreSQL and TimescaleDB documentation using natural language

Comparable tools

supabase-mcpneon-mcppsql-mcp

Installation

Installation

Install Tiger CLI using one of the following methods:

Script (macOS/Linux/WSL)

curl -fsSL https://cli.tigerdata.com | sh

Windows

irm https://cli.tigerdata.com/install.ps1 | iex

Homebrew (macOS/Linux)

brew install --cask timescale/tap/tiger-cli

MCP Server Setup

After installing Tiger CLI, authenticate and install the MCP server:

tiger auth login
tiger mcp install

Claude 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.

Compare tiger-cli with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.