Skip to main content
Glama

MCP Greetings Server

install.bat780 B
@echo off setlocal set BINARY_NAME=mcp-greetings set INSTALL_DIR=%USERPROFILE%\.local\bin REM Detect architecture if "%PROCESSOR_ARCHITECTURE%"=="AMD64" ( set ARCH=amd64 ) else ( set ARCH=arm64 ) set BINARY_FILE=%BINARY_NAME%-windows-%ARCH%.exe if not exist "%BINARY_FILE%" ( echo ❌ Binary not found: %BINARY_FILE% exit /b 1 ) if not exist "%INSTALL_DIR%" mkdir "%INSTALL_DIR%" copy "%BINARY_FILE%" "%INSTALL_DIR%\%BINARY_NAME%.exe" echo ✅ Installed to %INSTALL_DIR%\%BINARY_NAME%.exe echo. echo Add to PATH: set PATH=%INSTALL_DIR%;%PATH% echo. echo For Cursor, add to %%APPDATA%%\Cursor\User\globalStorage\mcp.json: echo { echo "mcpServers": { echo "greetings": { echo "command": "%INSTALL_DIR%\%BINARY_NAME%.exe" echo } echo } echo }

Latest Blog Posts

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/mochammadshenna/mcp-greetings'

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