Skip to content

TimescaleDB

Free

by Cloud Tools Co

PostgreSQL extension for time-series data with continuous aggregates.

v1.0.0Added Mar 15, 2025
timescaledbpostgrestime-series
Works with:ClaudeGPTGeminiCopilot

TimescaleDB MCP Server

PostgreSQL extension for time-series data with continuous aggregates.

Features

  • Hypertables
  • Continuous aggregates
  • Compression
  • Data retention
  • Time functions

Installation

{
  "mcpServers": {
    "timescaledb": {
      "command": "npx",
      "args": ["-y", "mcp-timescale"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-timescale
Add to claude_desktop_config.json
{
  "mcpServers": {
    "timescaledb": {
      "command": "npx",
      "args": ["-y", "mcp-timescale"]
    }
  }
}