TimescaleDB
Freeby Cloud Tools Co
PostgreSQL extension for time-series data with continuous aggregates.
v1.0.0Added Mar 15, 2025
timescaledbpostgrestime-series
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
Installation
Quick install
npx -y mcp-timescale
Add to claude_desktop_config.json
{
"mcpServers": {
"timescaledb": {
"command": "npx",
"args": ["-y", "mcp-timescale"]
}
}
}