We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tianpeijun/email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start.sh•345 B
#!/bin/bash
# Email MCP Server - Startup Script
# This script starts the SuperGateway service on EC2
set -e # Exit on error
# Change to application directory
cd /opt/email-mcp
# Start SuperGateway with pre-built code
# Don't rebuild - use the compiled dist/ from deployment package
npx supergateway --stdio "node dist/index.js" --port 3200