← Back to Plugins
MCP Server MCP

Tiger MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/timescale/tiger-cli:0.21.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/timescale/tiger-cli:0.21.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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...