We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sanchello69/McpServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start.sh•232 B
#!/bin/bash
# Скрипт для запуска HTTP wrapper для MCP сервера
echo "Starting MCP HTTP Server..."
echo "Server will be available at http://localhost:3000"
echo "Press Ctrl+C to stop"
echo ""
npm run http