#!/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