Tiger MCP for Windsurf
io.github.timescale/tiger-cli
Provides programmatic access to Tiger Cloud services, databases, and documentation.
client:Windsurf
transport:stdio
runtime:oci
Install Tiger MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs