Skip to main content
Glama

TimescaleDB MCP Server

by brunoprela
docker-compose.test.yml509 B
services: timescaledb: image: timescale/timescaledb:latest-pg16 container_name: timescaledb-test environment: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres POSTGRES_DB: postgres ports: - "5432:5432" volumes: - ./docker/init-test-db.sh:/docker-entrypoint-initdb.d/init-test-db.sh:ro healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 2s timeout: 5s retries: 10 tmpfs: - /var/lib/postgresql/data

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brunoprela/timescaledb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server