We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RickyQzh/email_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
#!/bin/bash
# 确保脚本在后台运行
nohup python email_mcp_server.py > email_mcp_server.log 2>&1 &
# 打印进程ID,方便后续管理
echo "Email MCP服务器已在后台启动,进程ID: $!"
echo "日志文件: email_mcp_server.log"