Skip to main content
Glama

Moonshot MCP Server Gateway

🚀 Moonshot MCP 서버 게이트웨이

📝✨ 설명

Moonshot MCP Server Gateway는 다음과 같은 주요 기능을 갖춘 가벼운 게이트웨이 서버입니다.

  • 통합된 연결 진입점을 제공하여 클라이언트가 이 서버에 연결하여 여러 MCP 서버에 액세스할 수 있도록 합니다.
  • MCP 서버의 연결 및 관리 프로세스를 간소화합니다.
  • 네트워크 전송, 로컬 전송 등 여러 프로토콜을 지원합니다. 특정 프로토콜에 대해서는 MCP 프로토콜 설명서를 참조하십시오.

⌨️🚀 빠른 시작

지엑스피1

⚙️📋 MCP 구성 세부 정보(moonshot_config.toml)

📑 구성 파일 구조

1️⃣ 서버 기본 구성 [서버]
구성 항목설명필수의
이름서버 이름
버전서버 버전
포트청취 포트
주인청취 주소
2️⃣ MCP 하위 서버 구성 [mcpServers]

MCP는 여러 유형의 서버 구성을 지원합니다. 각 하위 서버 구성은 고유한 이름(예: [mcpServers.server_name] )과 API 라우팅을 위한 필수 prefix 필드를 지정해야 합니다.

⚙️ 프로세스 서버(유형 = "프로세스")
구성 항목설명필수의
명령인터프리터 명령
스크립트 경로스크립트 경로
인수시작 매개변수아니요
접두사API 라우팅 접두사
들어오지 못하게 하다제외할 명령아니요
cwd작업 디렉토리아니요
환경환경 변수아니요
🌐 HTTP/HTTPS 서버(유형 = "http"/"https")
구성 항목설명필수의
URL서버 URL
접두사API 라우팅 접두사
헤더요청 헤더아니요
🔌 웹소켓 서버(유형 = "websocket")
구성 항목설명필수의
URLWebSocket 서버 주소
접두사API 라우팅 접두사
📦 NPX 서버(유형 = "npx")
구성 항목설명필수의
패키지NPM 패키지 이름
인수시작 매개변수아니요
접두사API 라우팅 접두사
환경환경 변수아니요
프로젝트 디렉토리프로젝트 디렉토리아니요
패키지 잠금 사용package-lock.json을 사용할지 여부아니요
🐍 UVX 서버(유형 = "uvx")
구성 항목설명필수의
도구 이름도구 이름
패키지에서패키지 이름아니요
패키지 포함종속성 패키지 목록아니요
인수도구 매개변수아니요
접두사API 라우팅 접두사
환경환경 변수아니요
프로젝트 디렉토리프로젝트 디렉토리아니요
파이썬 버전파이썬 버전아니요

🧩 구성 예

# 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