Skip to main content
Glama

SQL Query MCP Server

wait-for-postgres.sh168 B
#!/bin/bash echo "⏳ Waiting for PostgreSQL to be ready..." while ! nc -z postgres 5432; do sleep 1 done echo "✅ PostgreSQL is up - executing command" exec "$@"

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/rajeevchandra/mcp-ollama-postgres'

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