We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sheacoding/mcp-reminder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_v2.bat•195 B
@echo off
REM Quick test script for V2 server
echo Testing V2 Server Startup...
echo.
cd /d "%~dp0"
timeout /t 3 /nobreak > nul
uv run python run_server_v2.py
echo.
echo Server stopped.
pause