Skip to main content
Glama

Tavily MCP Load Balancer

by yatotm
start.sh574 B
#!/bin/bash # 启动Tavily MCP负载均衡服务器的脚本 # 检查环境变量 if [ -z "$TAVILY_API_KEYS" ] && [ -z "$TAVILY_API_KEY" ]; then echo "错误: 请设置 TAVILY_API_KEYS 或 TAVILY_API_KEY 环境变量" echo "示例: export TAVILY_API_KEYS=key1,key2,key3" exit 1 fi # 默认配置 PORT=${SUPERGATEWAY_PORT:-60002} echo "正在启动 Tavily MCP 负载均衡服务器..." echo "端口: $PORT" # 构建项目(如果需要) if [ ! -d "dist" ]; then echo "构建项目..." npm run build fi # 启动SSE服务器 exec node dist/start.js

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/yatotm/tavily-mcp-loadbalancer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server