Time-series database on PostgreSQL
Connect to TimescaleDB for time-series data analysis and storage.
{
"mcpServers": {
"timescaledb": {
"mcpServers": {
"timescaledb": {
"env": {
"TIMESCALE_URL": "postgresql://user:pass@host:5432/db"
},
"args": [
"-y",
"timescaledb-mcp-server"
],
"command": "npx"
}
}
}
}
}