MCP Server Unified Deployment
@BigUncle
MCP Server Unified Deployment について
MCP Server Unified Deployment Open Source Project
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"MCP-Server-Unified-Deployment": {
"command": "uv",
"args": [
"venv",
"--python=3.12"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Unified Deployment?
A unified deployment and management tool for MCP servers. It converts MCP servers deployed in various forms (uvx, npx, etc.) into a standardized SSE (Server-Sent Events) deployment, facilitating unified invocation by different tools. It is intended for developers and operators managing multiple MCP servers.
How to use MCP Server Unified Deployment?
Install the tool, configure config/mcp_servers.json with server entries, then use python scripts/manage_mcp.py commands (start, stop, restart, status) to manage servers. Docker Compose files are provided for containerized production and development deployments.
Key features of MCP Server Unified Deployment
- Unified management of multiple MCP servers from a single interface
- Converts various MCP server implementations to SSE protocol
- Cross-platform: works on Windows, macOS, and Linux
- Flexible configuration for different server types and environments
- Process management: start, stop, restart, and check status
- Comprehensive Docker deployment options for development and production
Use cases of MCP Server Unified Deployment
- Centralize management of diverse MCP servers (uvx, node, source code, Docker)
- Standardize all MCP servers to SSE endpoints for client compatibility
- Deploy and scale MCP servers using Docker containers
- Automate server lifecycle with CI/CD workflows
- Generate client‑specific configuration files automatically
FAQ from MCP Server Unified Deployment
What server types are supported?
uvx, node, source_code (built from source), and docker.
What are the prerequisites?
Python 3.12+, Git, Node.js and npm (for Node.js servers), uv, pipx, and uvx. Docker and Docker Compose are optional.
Does the tool support Docker deployment?
Yes. It provides Dockerfiles and Docker Compose configurations for both development (docker-dev/) and production (docker/) environments, including a pre‑built image on Docker Hub.
How do I generate client configuration files?
Run python scripts/integrate_config_generator.py. It reads mcp_servers.json and creates client‑specific config files in config/client_configs/.
Where is the main configuration stored?
In config/mcp_servers.json. A sample configuration is provided in config/mcp_servers.example.json.
「クラウドとインフラ」の他のコンテンツ
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
コメント