We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/XRDS76354/SUMO-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
install_deps.bat•290 B
@echo off
setlocal
REM Windows bootstrap wrapper for install_deps.ps1
REM Usage:
REM install_deps.bat
REM install_deps.bat -NoDev
REM install_deps.bat -IndexUrl https://pypi.tuna.tsinghua.edu.cn/simple
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0install_deps.ps1" %*