#!/bin/bash
# Navigate to the project directory
# REPLACE THIS WITH THE ABSOLUTE PATH TO YOUR mysql-mcp folder
cd /Users/anands/code/sql-mcp
# Activate the virtual environment
source venv/bin/activate # For Linux/macOS
# source venv/Scripts/activate # For Windows (Git Bash)
# venv\Scripts\activate # For Windows (cmd)
# Run the Python script
python sql.py
# Deactivate the virtual environment (optional)
deactivate
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/meanands/mysql-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server