Skip to content
Claude Desktop

Tiger MCP for Claude Desktop

io.github.timescale/tiger-cli

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

client:Claude Desktop transport:stdio runtime:oci

Install Tiger MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Tiger MCP in other clients