Skip to main content
Glama

Google MCP Router

setup.bat1.14 kB
@echo off echo 🚀 Setting up Google MCP Router... REM Check if Node.js is installed node --version >nul 2>&1 if %errorlevel% neq 0 ( echo ❌ Node.js is not installed. Please install Node.js 20+ first. exit /b 1 ) echo ✅ Node.js detected REM Install dependencies echo 📦 Installing dependencies... npm install if %errorlevel% neq 0 ( echo ❌ Failed to install dependencies exit /b 1 ) echo ✅ Dependencies installed successfully REM Build the project echo 🔨 Building the project... npm run build if %errorlevel% neq 0 ( echo ❌ Build failed exit /b 1 ) echo ✅ Build completed successfully REM Create .env file if it doesn't exist if not exist .env ( echo 📝 Creating .env file from template... copy .env.example .env echo ⚠️ Please edit .env file with your Google Cloud credentials ) echo. echo 🎉 Setup completed successfully! echo. echo Next steps: echo 1. Edit .env file with your Google Cloud credentials echo 2. Run 'npm start' to start the server echo 3. Visit http://localhost:8080/oauth/google/login to authenticate echo. echo For more information, see README.md pause

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/Thinh-nguyen-03/virtual-assistant-mcp'

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