Skip to content
Cline

Tiger MCP for Cline

io.github.timescale/tiger-cli

Provides programmatic access to Tiger Cloud services, databases, and documentation.

client:Cline transport:stdio runtime:oci

Install Tiger MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/timescale/tiger-cli:0.25.0"
      ],
      "env": {
        "TIGER_PUBLIC_KEY": "<TIGER_PUBLIC_KEY>",
        "TIGER_SECRET_KEY": "<TIGER_SECRET_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Tiger MCP in other clients