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
{
"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