Skip to main content
Glama

AI SQL Assistant MCP Server

by narinzar
MIT License
1
venv_activate.ps1340 B
# activate_venv.ps1 # Detect the OS $OS = $env:OS # Windows Setup if ($OS -match "Windows") { # Activate virtual environment .\venv\Scripts\Activate } # Linux/macOS Setup else { # Use Bash to execute Linux commands bash -c "source venv/bin/activate" } Write-Output "✅ Virtual environment activated!"

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/narinzar/agents_sql_mcp'

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