We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JackHP/MCP-YouTube-Transcribe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_server.bat.template•361 B
@echo off
REM This ensures the script's directory is the current directory
cd /d "%~dp0"
REM --- IMPORTANT ---
REM Replace the path below with the ABSOLUTE path to your project's venv python.exe
set PYTHON_EXE="<PATH_TO_YOUR_PYTHON_EXE>"
echo --- Starting MCP Server using %PYTHON_EXE% ---
%PYTHON_EXE% mcp_server.py
pause