← Index

Tiger MCP

io.github.timescale/tiger-cli·v0.20.2·Calendar & Time
Quality Score
85
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/timescale/tiger-cli:0.20.2"
      ],
      "env": {
        "TIGER_PUBLIC_KEY": "<tiger_public_key>",
        "TIGER_SECRET_KEY": "<your-tiger_secret_key>"
      }
    }
  }
}
§02  Environment variables
TIGER_PUBLIC_KEY
required

Tiger Cloud API public key for authentication

TIGER_SECRET_KEY
requiredsecret

Tiger Cloud API secret key for authentication

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time