We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bermingham85/mcp-puppet-pipeline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
START-MCP-SYSTEM.bat•169 B
@echo off
REM MCP System Auto-Startup
REM This file starts the MCP Agent System automatically
echo Starting MCP Agent System...
echo.
cd C:\MCP
node startup.js
pause