Skip to main content
Glama

MCP Fullstack

by JacobFV
install.batโ€ข604 B
@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