We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anshulpatre/my-redshift-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP dependencies
mcp>=1.0.0
fastmcp>=2.0.0
# Database connectors (install one of these)
redshift-connector>=2.0.918 # Amazon's official Redshift connector
# OR
# psycopg2-binary>=2.9.9 # Alternative PostgreSQL-compatible connector
# Optional but recommended
python-dotenv>=1.0.0 # For environment variable management