@echo off
echo Stopping all processes on port 8000...
REM Kill any process using port 8000
for /f "tokens=5" %%a in ('netstat -ano ^| findstr :8000') do (
echo Killing process %%a on port 8000
taskkill //PID %%a //F
)
echo Done! Port 8000 should now be free.
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/MelaLitho/MCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server