Skip to content
Zed

Tiger MCP for Zed

io.github.timescale/tiger-cli

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

client:Zed transport:stdio runtime:oci

Install Tiger MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/timescale/tiger-cli:0.25.0"
      ],
      "env": {
        "TIGER_PUBLIC_KEY": "<TIGER_PUBLIC_KEY>",
        "TIGER_SECRET_KEY": "<TIGER_SECRET_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Tiger MCP in other clients