Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • mcp-server-asana
  • Xano MCP Server for Smithery
  • Xano MCP Server
  • DeepSource MCP Server
  • Image Processor MCP Server
Back to MCP Servers
Moonshot MCP Server Gateway

Moonshot MCP Server Gateway

Public
MarshallEriksen-shaomingyang/moonshot-mcp-server

Lightweight gateway server providing unified access and streamlined management for multiple Model Context Protocol (MCP) servers with support for diverse protocols including network, local, HTTP/HTTPS, WebSocket, NPX, and UVX transports.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Moonshot MCP Server Gateway

MCP Server

Unlock the full potential of Moonshot MCP Server Gateway through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

🚀 Moonshot MCP Server Gateway

📝✨ Description

Moonshot MCP Server Gateway is a lightweight gateway server with the following main features:

  • Provides a unified connection entry point, allowing clients to access multiple MCP servers by connecting to this server
  • Simplifies the connection and management process of MCP servers
  • Supports multiple protocols, including Network Transports, Local Transports, etc. For specific protocols, please refer to the MCP Protocol Documentation

⌨️🚀 Quick Start

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 Configuration Details (moonshot_config.toml)

📑 Configuration File Structure

1️⃣ Server Basic Configuration [server]

Config ItemDescriptionRequired
nameServer nameYes
versionServer versionYes
portListening portYes
hostListening addressYes

2️⃣ MCP Sub-server Configuration [mcpServers]

MCP supports multiple types of server configurations. Each sub-server configuration needs to specify a unique name (e.g., [mcpServers.server_name]) and a required prefix field for API routing.

⚙️ Process Server (type = "process")
Config ItemDescriptionRequired
commandInterpreter commandYes
script_pathScript pathYes
argsStartup parametersNo
prefixAPI routing prefixYes
excludeCommands to excludeNo
cwdWorking directoryNo
envEnvironment variablesNo
🌐 HTTP/HTTPS Server (type = "http"/"https")
Config ItemDescriptionRequired
urlServer URLYes
prefixAPI routing prefixYes
headersRequest headersNo
🔌 WebSocket Server (type = "websocket")
Config ItemDescriptionRequired
urlWebSocket server addressYes
prefixAPI routing prefixYes
📦 NPX Server (type = "npx")
Config ItemDescriptionRequired
packageNPM package nameYes
argsStartup parametersNo
prefixAPI routing prefixYes
envEnvironment variablesNo
project_directoryProject directoryNo
use_package_lockWhether to use package-lock.jsonNo
🐍 UVX Server (type = "uvx")
Config ItemDescriptionRequired
tool_nameTool nameYes
from_packagePackage nameNo
with_packagesDependency package listNo
argsTool parametersNo
prefixAPI routing prefixYes
envEnvironment variablesNo
project_directoryProject directoryNo
python_versionPython versionNo

🧩 Configuration Example

# 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 Tool List:

  • Awesome MCP Server List
  • mcp.so
  • glama
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • mcp-server-asana
    mcp-server-asana

    Enables seamless interaction with Asana API via Model Context Protocol, providing advanced task, pro...

    22 tools
    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025
  • Xano MCP Server
    Xano MCP Server

    Python-based Model Context Protocol server enabling AI assistants to securely interact with Xano ins...

    Added May 30, 2025
  • DeepSource MCP Server
    DeepSource MCP Server

    Integrates AI assistants with code quality analysis by providing access to metrics, issues, security...

    9 tools
    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025