@echo off
setlocal
:: Check for venv existence
if not exist venv\Scripts\activate.bat (
echo Virtual environment not found at venv\Scripts\activate.bat
echo Please run build.bat first to set up the environment.
exit /b 1
)
:: Activate venv
call venv\Scripts\activate.bat
:: Run the server
python server.py
endlocal
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/admica/AutoBuildMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server