@echo off
rem MCP Fullstack Quick Installer for Windows
rem This script runs the PowerShell installation script
echo ๐ MCP Fullstack Quick Installer for Windows
echo ============================================
echo.
rem Check if PowerShell is available
where powershell >nul 2>&1
if %errorlevel% neq 0 (
echo โ PowerShell is not available
echo Please install PowerShell or run install.ps1 manually
pause
exit /b 1
)
rem Run PowerShell installation script
echo Running PowerShell installation script...
echo.
powershell -ExecutionPolicy Bypass -File "%~dp0install.ps1" %*
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/JacobFV/mcp-fullstack'
If you have feedback or need assistance with the MCP directory API, please join our Discord server