Serversio.github.timescale/tiger-cli
C

Tiger MCP

io.github.timescale/tiger-cli · v0.20.2
▦ docker
v0.20.2docker oci: ghcr.io/timescale/tiger-cli:0.20.2↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.timescale/tiger-cli",
  "description": "Provides programmatic access to Tiger Cloud services, databases, and documentation.",
  "title": "Tiger MCP",
  "repository": {
    "url": "https://github.com/timescale/tiger-cli",
    "source": "github"
  },
  "version": "0.20.2",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/timescale/tiger-cli:0.20.2",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Mount the config directory into the volume",
          "value": "type=bind,src={source_path},dst=/home/tiger/.config/tiger",
          "variables": {
            "source_path": {
              "description": "Source path on host",
              "isRequired": true,
              "format": "filepath",
              "default": "${HOME}/.config/tiger"
            }
          },
          "type": "named",
          "name": "--mount"
        },
        {
          "description": "Mount the .pgpass file into the volume",
          "value": "type=bind,src={source_path},dst=/home/tiger/.pgpass",
          "variables": {
            "source_path": {
              "description": "Source path on host",
              "isRequired": true,
              "format": "filepath",
              "default": "${HOME}/.pgpass"
            }
          },
          "type": "named",
          "name": "--mount"
        }
      ],
      "environmentVariables": [
        {
          "description": "Tiger Cloud API public key for authentication",
          "isRequired": true,
          "format": "string",
          "name": "TIGER_PUBLIC_KEY"
        },
        {
          "description": "Tiger Cloud API secret key for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TIGER_SECRET_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}