MCPVault

db_schema

MCP tool from Tiger Cli by timescale

Display a service's database schema (tables, views, materialized views, enums, functions, procedures, indexes, triggers, and TimescaleDB hypertable/continuous aggregate metadata) as readable text for an agent's context

How to use it

db_schema is exposed by the Tiger Cli MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the db_schema tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Tiger Cli

$go install github.com/timescale/tiger-cli/cmd/tiger@latest
FULL TIGER CLI LISTING