Tiger MCP
Rank #932io.github.timescale/tiger-cli
Provides programmatic access to Tiger Cloud services, databases, and documentation.
Tiger MCP is a Model Context Protocol (MCP) server published by timescale. It ranks #932 of 115,460 servers tracked on MCP Toplist, and its repository has 116 GitHub stars. Tiger MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 10 tracked versions. It was first listed on Aug 5, 2025 and most recently updated on Aug 26, 2026.
Ranks ahead of 114,528 of 115,460 servers on MCP Toplist.
Use Tiger MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tiger-cli -e "TIGER_PUBLIC_KEY=<your TIGER_PUBLIC_KEY>" -e "TIGER_SECRET_KEY=<your TIGER_SECRET_KEY>" -- docker run -i --rm --mount "type=bind,src={source_path},dst=/home/tiger/.config/tiger" --mount "type=bind,src={source_path},dst=/home/tiger/.pgpass" ghcr.io/timescale/tiger-cli:0.22.0Replace each placeholder with your own value before saving.
[mcp_servers.tiger-cli]
command = "docker"
args = ["run", "-i", "--rm", "--mount", "type=bind,src={source_path},dst=/home/tiger/.config/tiger", "--mount", "type=bind,src={source_path},dst=/home/tiger/.pgpass", "ghcr.io/timescale/tiger-cli:0.22.0"]
[mcp_servers.tiger-cli.env]
TIGER_PUBLIC_KEY = "<your TIGER_PUBLIC_KEY>"
TIGER_SECRET_KEY = "<your TIGER_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiger-cli": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.config/tiger",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.pgpass",
"ghcr.io/timescale/tiger-cli:0.22.0"
],
"env": {
"TIGER_PUBLIC_KEY": "<your TIGER_PUBLIC_KEY>",
"TIGER_SECRET_KEY": "<your TIGER_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiger-cli": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.config/tiger",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.pgpass",
"ghcr.io/timescale/tiger-cli:0.22.0"
],
"env": {
"TIGER_PUBLIC_KEY": "<your TIGER_PUBLIC_KEY>",
"TIGER_SECRET_KEY": "<your TIGER_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tiger-cli": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.config/tiger",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.pgpass",
"ghcr.io/timescale/tiger-cli:0.22.0"
],
"env": {
"TIGER_PUBLIC_KEY": "<your TIGER_PUBLIC_KEY>",
"TIGER_SECRET_KEY": "<your TIGER_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiger-cli": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.config/tiger",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.pgpass",
"ghcr.io/timescale/tiger-cli:0.22.0"
],
"env": {
"TIGER_PUBLIC_KEY": "<your TIGER_PUBLIC_KEY>",
"TIGER_SECRET_KEY": "<your TIGER_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tiger-cli": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.config/tiger",
"--mount",
"type=bind,src={source_path},dst=/home/tiger/.pgpass",
"ghcr.io/timescale/tiger-cli:0.22.0"
],
"env": {
"TIGER_PUBLIC_KEY": "<your TIGER_PUBLIC_KEY>",
"TIGER_SECRET_KEY": "<your TIGER_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.timescale%2Ftiger-cli)<a href="https://mcptoplist.com/server/io.github.timescale%2Ftiger-cli"><img src="https://mcptoplist.com/badge/io.github.timescale%2Ftiger-cli.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
timescale
Other servers by timescale
- RSigma#636 · 6 vers
- Pg Aiguide#1,892 · 6 vers
- Tiger Salesforce MCP Server#12,846
- Tiger Skills#19,336 · 2 vers
- Tiger Linear MCP Server#19,639
- Tiger GitHub MCP Server#20,281
- Tiger Memory MCP Server#20,454
Available versions (10)
| Version | Published |
|---|---|
| 0.22.0 | Aug 26, 2026 |
| 0.20.6 | Jun 17, 2026 |
| 0.20.3 | May 13, 2026 |
| 0.20.2 | Apr 13, 2026 |
| 0.20.1 | Mar 27, 2026 |
| 0.20.0 | Jan 21, 2026 |
| 0.19.8 | Dec 16, 2025 |
| 0.19.7 | Dec 16, 2025 |
| 0.19.6 | Dec 16, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Tiger MCP?
- Tiger MCP is maintained by timescale, which publishes 8 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Tiger MCP listed on the Official MCP Registry?
- Yes — Tiger MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Tiger MCP have?
- MCP Toplist tracks 10 versions of Tiger MCP, most recently published on Aug 26, 2026.
- Where can I find the source code for Tiger MCP?
- The source code for Tiger MCP is hosted at github.com/timescale/tiger-cli.