Skip to main content
Glama

MCP PostgreSQL Operations

run-mcp-inspector-pypi.sh•606 B
#!/bin/bash set -eo pipefail # Run MCP Inspector with published package from PyPI cd "$(dirname "$0")/.." echo "šŸ” Starting MCP Inspector with published package..." echo "šŸ“¦ Package: mcp-postgresql-ops" # Check if package name has been customized if grep -q "mcp-postgresql-ops" pyproject.toml; then echo "āš ļø Warning: Package name 'mcp-postgresql-ops' hasn't been customized." echo " Run ./scripts/rename-template.sh first to customize the package." echo "" fi echo "šŸš€ Launching MCP Inspector with uvx..." npx -y @modelcontextprotocol/inspector \ -- uvx mcp-postgresql-ops

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