We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiforhumans/local-utils-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start_server_robust.bat•273 B
@echo off
echo Starting Local Utilities MCP Server (Robust Version)...
echo.
echo Server name: local-utils
echo Tools available: 9
echo Logging enabled: mcp_server.log
echo.
echo Press Ctrl+C to stop the server
echo.
cd /d "%~dp0"
.venv\Scripts\python.exe server_robust.py