We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quinny1187/maid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
install.bat•473 B
@echo off
echo Installing Giphy MCP Server dependencies...
echo.
cd /d "%~dp0"
echo Installing npm packages...
npm install
echo.
echo Installation complete!
echo.
echo IMPORTANT: Before running the server, add your Giphy API key to .env file:
echo GIPHY_API_KEY=your_actual_api_key_here
echo.
echo To get an API key:
echo 1. Go to https://developers.giphy.com/
echo 2. Create an account or sign in
echo 3. Create a new app
echo 4. Copy the API key
echo.
pause