Skip to main content
Glama

Moonshot MCP Server Gateway

🚀 Moonshot MCP 服务器网关

📝✨ 描述

Moonshot MCP Server Gateway 是一款轻量级网关服务器,主要特点如下:

  • 提供统一的连接入口,客户端可以通过连接该服务器来访问多个 MCP 服务器
  • 简化 MCP 服务器的连接和管理流程
  • 支持多种协议,包括网络传输、本地传输等,具体协议请参考MCP 协议文档

⌨️🚀 快速入门

git clone https://github.com/MarshallEriksen-shaomingyang/moonshot-mcp-server.git cp .env.example .env cp moonshot_config.example.toml moonshot_config.toml # Create virtual environment uv venv # Activate virtual environment source .venv/bin/activate # Start the project uv run server.py --mode http or uv run server.py --mode sse

⚙️📋 MCP 配置详情 (moonshot_config.toml)

📑 配置文件结构

1️⃣ 服务器基本配置[服务器]
配置项描述必需的
姓名服务器名称是的
版本服务器版本是的
港口监听端口是的
主持人收听地址是的
2️⃣ MCP 子服务器配置 [mcpServers]

MCP 支持多种类型的服务器配置。每个子服务器配置都需要指定一个唯一的名称(例如[mcpServers.server_name] )以及 API 路由所需的prefix字段。

⚙️ 进程服务器(类型 =“进程”)
配置项描述必需的
命令解释器命令是的
脚本路径脚本路径是的
参数启动参数
前缀API 路由前缀是的
排除排除命令
慢性疾病工作目录
环境环境变量
🌐 HTTP/HTTPS 服务器(类型 =“http”/“https”)
配置项描述必需的
网址服务器 URL是的
前缀API 路由前缀是的
标题请求标头
🔌 WebSocket 服务器(类型 =“websocket”)
配置项描述必需的
网址WebSocket 服务器地址是的
前缀API 路由前缀是的
📦NPX 服务器(类型 =“npx”)
配置项描述必需的
包裹NPM 包名称是的
参数启动参数
前缀API 路由前缀是的
环境环境变量
项目目录项目目录
使用包锁是否使用 package-lock.json
🐍 UVX 服务器(类型 =“uvx”)
配置项描述必需的
工具名称工具名称是的
来自_包裹名字
with_packages依赖包列表
参数工具参数
前缀API 路由前缀是的
环境环境变量
项目目录项目目录
python_versionPython 版本

🧩配置示例

# Basic server configuration [server] name = "AlphaCore Server" version = "1.0.0" port = 8090 host = "0.0.0.0" # Process server example [mcpServers.python_server] type = "process" command = "python3" script_path = "server.py" prefix = "py" cwd = "/data/moonshot_tools" # HTTP server example [mcpServers.http_server] type = "https" url = "https://api.example.com/mcp" prefix = "api" # For more configuration examples, please refer to moonshot_config.example.toml

🔗 MCP 工具列表:

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

轻量级网关服务器,提供访问多个 MCP 服务器的统一连接入口点,支持包括网络和本地传输在内的各种协议。

  1. 📝✨ 描述
    1. ⌨️🚀 快速入门
      1. ⚙️📋 MCP 配置详情 (moonshot\_config.toml)
        1. 📑 配置文件结构
        2. 🧩配置示例
      2. 🔗 MCP 工具列表:

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.
          Last updated -
          1,489
          119
          TypeScript
          Apache 2.0
        • -
          security
          F
          license
          -
          quality
          An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
          Last updated -
          2
          JavaScript
          • Apple
        • A
          security
          F
          license
          A
          quality
          An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
          Last updated -
          39
          28
          • Apple
        • A
          security
          F
          license
          A
          quality
          A lightweight MCP server that provides a unified interface to various LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.
          Last updated -
          6
          218
          Python

        View all related MCP servers

        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/MarshallEriksen-shaomingyang/moonshot-mcp-server'

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