Skip to main content
Glama

MCP PostgreSQL Operations

enable-pgsql-extensions.sh•484 B
#!/bin/bash # postgres docker exec -it postgresql-17 psql -U postgres -d postgres -c "CREATE EXTENSION IF NOT EXISTS pg_stat_statements;" docker exec -it postgresql-17 psql -U postgres -d postgres -c "CREATE EXTENSION IF NOT EXISTS pg_stat_monitor;" # testdb docker exec -it postgresql-17 psql -U postgres -d testdb -c "CREATE EXTENSION IF NOT EXISTS pg_stat_statements;" docker exec -it postgresql-17 psql -U postgres -d testdb -c "CREATE EXTENSION IF NOT EXISTS pg_stat_monitor;"

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/call518/MCP-PostgreSQL-Ops'

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