Skip to main content
Glama

163 Email MCP Server

by RickyQzh
start_mcp_client.sh363 B
#!/bin/bash # 检查是否安装了mcp-remote if ! command -v npx &> /dev/null; then echo "请先安装Node.js和npm" exit 1 fi # 使用mcp-remote连接到Gradio MCP服务器 echo "正在连接到Gradio MCP服务器..." npx mcp-remote http://localhost:7860/gradio_api/mcp/sse # 如果连接中断,显示错误信息 echo "MCP客户端连接已断开"

MCP directory API

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