{
    "$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.21.0",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "ghcr.io/timescale/tiger-cli:0.21.0",
            "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": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-06-25T19:50:38.188878Z",
            "publishedAt": "2026-06-25T19:50:38.188878Z",
            "updatedAt": "2026-06-25T19:50:38.188878Z",
            "isLatest": false
        }
    }
}