Tiger Data MCP Server
@timescale
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,
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tiger": {
"command": "tiger",
"args": [
"mcp",
"start"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「データベース」の他のコンテンツ

Redis
modelcontextprotocolModel Context Protocol Servers
Elasticsearch MCP Server
elasticNeon 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.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
コメント