Back to Home
timescale icon

tiger-cli

by timescale

Overview

Tiger CLI provides a Model Context Protocol (MCP) server that enables AI assistants to interact with Tiger Cloud database services, manage service lifecycles, execute SQL queries, and access documentation via proxied tools.

Installation

Run Command
tiger mcp start

Environment Variables

  • TIGER_PUBLIC_KEY
  • TIGER_SECRET_KEY
  • TIGER_ANALYTICS
  • TIGER_COLOR
  • TIGER_CONFIG_DIR
  • TIGER_DEBUG
  • TIGER_DOCS_MCP
  • TIGER_OUTPUT
  • TIGER_PASSWORD_STORAGE
  • TIGER_SERVICE_ID
  • TIGER_VERSION_CHECK_INTERVAL
  • TIGER_API_URL
  • TIGER_CONSOLE_URL
  • TIGER_GATEWAY_URL
  • TIGER_DOCS_MCP_URL

Security Notes

The codebase demonstrates secure credential handling practices, using system keyrings, .pgpass files, or PGPASSWORD environment variables. Critical issues around credential exposure and resource leaks have been fixed. However, a high-severity concern remains regarding insufficient input validation for user-provided psql arguments, which could lead to command injection vulnerabilities if malicious arguments are crafted. This issue is marked 'UNDER REVIEW' in the internal code review. The server also proxies tools from a remote documentation MCP server, introducing a dependency on an external service that should be considered for supply chain risk.

Similar Servers

Stats

Interest Score55
Security Score5
Cost ClassMedium
Avg Tokens300
Stars83
Forks5
Last Update2026-01-17

Tags

CLIDatabase ManagementCloud PlatformAI AssistantsModel Context ProtocolPostgreSQLTimescaleDBAutomation