Skip to main content
Glama

MySQL Navigator MCP

by Medsaad
MIT License
6
  • Linux
  • Apple
build_and_publish_testpypi.sh776 B
#!/bin/bash set -e source ./venv/bin/activate pip install -r requirements.txt # Clean previous builds echo "Cleaning old builds..." rm -rf dist build mcp_db.egg-info # Ensure build and twine are installed pip install --upgrade build twine # Build the package echo "Building the package..." python -m build # Check the package echo "Checking the package with twine..." twine check dist/* # Upload to TestPyPI echo "Uploading to TestPyPI..." twine upload --repository-url https://test.pypi.org/legacy/ dist/* echo "Done! If you see no errors above, your package is live on TestPyPI." echo "To install from TestPyPI, use:" echo " pip install --verbose --index-url https://test.pypi.org/simple/ mcp-db" echo "(You may need to use a separate TestPyPI account/credentials.)"

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/Medsaad/mcp-db-navigator'

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