Tiger Data MCP Server
@timescale
About Tiger Data MCP Server
The Tiger MCP server provides mcp tools for managing and querying Postgres database services on tiger cloud. Tiger cloud is the best PostgreSQL cloud provider for Developers,
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tiger": {
"command": "tiger",
"args": [
"mcp",
"start"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tiger Data MCP Server?
Tiger Data MCP Server is a Model Context Protocol server that exposes database service management and SQL execution tools to AI assistants, integrating with Tiger Cloud (from Timescale). It automatically uses CLI authentication so no additional setup is required after login. It also proxies tools from a remote documentation MCP server for semantic search of PostgreSQL, TimescaleDB, and Tiger Cloud docs.
How to use Tiger Data MCP Server?
After installing the Tiger CLI (curl -fsSL https://cli.tigerdata.com | sh) and authenticating (tiger auth login), run tiger mcp install to install the server with your preferred coding tool. All tools are then available through the MCP interface.
Key features of Tiger Data MCP Server
- Service management tools (list, get, create, fork, start, stop, update password)
- SQL execution tool with parameterized queries and timeouts
- Automatic documentation proxy for PostgreSQL and Tiger Cloud guides
- Zero additional configuration—uses existing CLI authentication
- Supports connection pooling and custom query timeouts
Use cases of Tiger Data MCP Server
- AI assistants managing database service lifecycles (create, stop, start) in Tiger Cloud
- Executing SQL queries via natural language through an AI agent
- Searching PostgreSQL, TimescaleDB, and Tiger Cloud documentation semantically
- Forking production databases to create independent test copies
FAQ from Tiger Data MCP Server
How do I install Tiger Data MCP Server?
Install the Tiger CLI first (curl -fsSL https://cli.tigerdata.com | sh), authenticate with tiger auth login, then run tiger mcp install.
Does the server require separate authentication?
No. The MCP server automatically uses your CLI authentication from tiger auth login.
Can I disable the built‑in documentation proxy?
Yes. Run tiger config set docs_mcp false to disable the remote documentation server proxy.
What runtime dependencies does it have?
The only dependency is the Tiger CLI, which you install before using the MCP server.
Where does the data live?
Database services are hosted in Tiger Cloud; the MCP server manages them remotely. All documentation searches are performed on remote documentation repositories.
More Databases MCP servers
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
Comments