Skip to main content
Glama

Google Workspace MCP Server

by davidpak
activate_venv.ps1560 B
# PowerShell script to activate the virtual environment Write-Host "Activating Python virtual environment..." -ForegroundColor Green & ".\venv\Scripts\Activate.ps1" Write-Host "Virtual environment activated!" -ForegroundColor Green Write-Host "" Write-Host "You can now run:" -ForegroundColor Yellow Write-Host " python run_chat.py - Start the chat client" -ForegroundColor Cyan Write-Host " python run_server.py - Start the MCP server" -ForegroundColor Cyan Write-Host " python example_usage.py - Run the example" -ForegroundColor Cyan Write-Host ""

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/davidpak/ada-mcp-servers'

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