Skip to content
Grok

Tiger MCP for Grok

io.github.timescale/tiger-cli

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

client:Grok transport:stdio runtime:oci

Install Tiger MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "tiger-cli": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Tiger MCP in other clients