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フィールドを指定する必要があります。

⚙️ プロセス サーバー (type = "process")
構成項目説明必須
指示通訳コマンドはい
スクリプトパススクリプトパスはい
引数起動パラメータいいえ
接頭辞APIルーティングプレフィックスはい
除外する除外するコマンドいいえ
病気作業ディレクトリいいえ
環境環境変数いいえ
🌐 HTTP/HTTPS サーバー (タイプ = "http"/"https")
構成項目説明必須
URLサーバーURLはい
接頭辞APIルーティングプレフィックスはい
ヘッダーリクエストヘッダーいいえ
🔌 WebSocket サーバー (type = "websocket")
構成項目説明必須
URLWebSocketサーバーアドレスはい
接頭辞APIルーティングプレフィックスはい
📦 NPX サーバー (type = "npx")
構成項目説明必須
パッケージNPMパッケージ名はい
引数起動パラメータいいえ
接頭辞APIルーティングプレフィックスはい
環境環境変数いいえ
プロジェクトディレクトリプロジェクトディレクトリいいえ
パッケージロックの使用package-lock.json を使用するかどうかいいえ
🐍 UVX サーバー (type = "uvx")
構成項目説明必須
ツール名ツール名はい
from_packageパッケージ名いいえ
パッケージ付き依存パッケージリストいいえ
引数ツールパラメータいいえ
接頭辞APIルーティングプレフィックスはい
環境環境変数いいえ
プロジェクトディレクトリプロジェクトディレクトリいいえ
PythonバージョンPythonバージョンいいえ

🧩 設定例

# 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