Tiger MCP

Tiger CLI is the command-line interface for Tiger Cloud. It provides commands for managing and querying database services, as well as an integrated Model Context Protocol (MCP) server for use with AI assistants.

People who need database tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 116 · #84 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

Apache-2.0 · Go servers · how we verify → /methodology

01 · Install Tiger MCP

Docker

docker run -i --rm ghcr.io/timescale/tiger-cli:0.21.2

Claude Desktop - add to config

{
  "mcpServers": {
    "timescale-tiger-cli": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/timescale/tiger-cli:0.21.2"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.timescale is GitHub-verified and matches the repo owner

03 · What Tiger MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.21.2 · 2026-07-16

send CLI User-Agent on the OAuth token exchange · Add metrics commands as experimental · expose --fn aggregation on service metrics series · accept a read replica ID in DB operation commands · New Contributors…

v0.21.1 · 2026-07-01

only register read-only tools in read-only mode

v0.21.0 · 2026-06-25

add schema introspection via tiger db schema and db_sche… · Disable ghost-database skill in proxied docs MCP · cap db_execute_query result size to protect agent context · add read-only mode hint to login next steps…

04 · Who maintains Tiger MCP

Tiger MCP is maintained by timescale. We track 3 MCP servers from timescale - 3 actively maintained, 1,944 combined GitHub stars, oldest repo from Jul 2025. Full record: all servers from timescale.

  1. pg-aiguide Comprehensive PostgreSQL documentation and best practices, including ecosystem tools ★ 1,821
  2. tiger-skills Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories ★ 7

05 · Facts

category
database - ranked #84 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-16)
registry
io.github.timescale/tiger-cli (active, first published 2025-12-16 · 13 versions)
packages
oci:ghcr.io/timescale/tiger-cli:0.21.2

06 · Tiger MCP FAQ

What is Tiger MCP?

Tiger CLI is the command-line interface for Tiger Cloud. It provides commands for managing and querying database services, as well as an integrated Model Context Protocol (MCP) server for use with AI assistants.

Is Tiger MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Tiger MCP?

Run `docker run -i --rm ghcr.io/timescale/tiger-cli:0.21.2`. You can also paste the ready-made client config above.

07 · Alternatives to Tiger MCP

More database MCP servers · SQL Sentinel MCP Server · Trino · Patents MCP · Type DB · Microsoft Access Database

More Go MCP servers · Devrag · Helmdeck · Trip2g · Tripsy · see all