HomeDatabases & Data › Tiger MCP

Tiger MCP

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

Go
★ 119 stars Last pushed 2026-09-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/timescale/tiger-cli:0.25.0

Or add to your MCP client config:

{
  "mcpServers": {
    "tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/timescale/tiger-cli:0.25.0"
      ],
      "env": {
        "TIGER_PUBLIC_KEY": "<YOUR_VALUE>",
        "TIGER_SECRET_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TIGER_PUBLIC_KEY required — Tiger Cloud API public key for authentication
  • TIGER_SECRET_KEY required secret — Tiger Cloud API secret key for authentication

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry