@echo off
echo 🚀 BlackHole Core MCP - Service Manager
echo ========================================
if "%1"=="" (
echo Usage: blackhole_service.bat [start^|stop^|restart^|status^|test]
echo.
echo Commands:
echo start - Start the service in background
echo stop - Stop the service
echo restart - Restart the service
echo status - Show service status
echo test - Test service functionality
echo.
goto :end
)
python service_manager.py %1
:end
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/Nisarg-123-web/MCP2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server