We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cmalpass/mcp-presidio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
install.bat•398 B
@echo off
REM MCP Presidio Installation Script for Windows
REM Check if Python is available
where python >nul 2>nul
if %ERRORLEVEL% NEQ 0 (
echo Error: Python is not installed or not in PATH
echo Please install Python 3.10 or higher and try again
exit /b 1
)
REM Get the directory where the script is located
cd /d "%~dp0"
REM Run the Python installation script
python install.py %*