We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/ocr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
START_SCANNER_BRIDGE.bat•253 B
@echo off
echo Starting Scanner Bridge Server...
echo This must be run on the Windows Host to enable scanner access from Docker.
echo.
cd /d "%~dp0"
cd ..
python -m uvicorn scripts.scanner_bridge_server:app --port 15002 --host 0.0.0.0 --reload
pause