This repository provides a dynamic MCP server management service that creates, runs, and manages other MCP servers as child processes, supporting a flexible MCP ecosystem. It supports TypeScript and integrates
A dynamic MCP server management service that creates, runs, and manages Model Context Protocol (MCP) servers dynamically. This service functions as an MCP server and manages other MCP servers as child processes, enabling a flexible MCP ecosystem.
Docker is the recommended installation method. Manual installation using Node.js and npm is also supported for TypeScript.
Configuration details are provided for integrating with Claude Desktop using the docker run
command.
Examples are provided for creating a new server using the create-server-from-template
tool and executing a tool on a specific server.
@modelcontextprotocol/sdk
, child_process
, fs/promises
, and uuid
.Important security considerations include code execution restrictions, resource limitations, process monitoring, and path validation.
MIT
tesla0225/mcp-create
March 9, 2025
March 28, 2025
TypeScript