We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/babasida246/ai-mcp-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
@echo off
echo Starting MCP CLI debug demo...
echo.
echo Running: mcp --version
node "%~dp0cli\dist\index.js" --version
echo.
echo Running: mcp --help
node "%~dp0cli\dist\index.js" --help
echo.
echo Running: mcp debug --help
node "%~dp0cli\dist\index.js" debug --help
echo.
echo Demo completed!