Back to Apps

MCP Secure Installer
by mossaka
Automatically install and containerize other MCP servers from GitHub repositories using Docker.
0 stars
Works in:VS Code Copilot
Exposes:Tools
What it does
MCP Secure Installer streamlines the deployment of MCP servers by analyzing GitHub repositories and automatically creating optimized Docker images. This ensures that servers are isolated and easy to manage without manual setup.
Tools
install_server: Analyzes a GitHub URL and builds a Docker image for the specified MCP server.manage_container: Handles the running and stopping of the containerized MCP servers.
Installation
{
"mcpServers": {
"mcp-sinstaller": {
"command": "uvx",
"args": [
"--from",
"/path/to/mcp-sinstaller",
"python",
"/path/to/mcp-sinstaller/mcp_installer.py"
]
}
}
}
Supported hosts
- VS Code Insiders
- Claude Desktop
Quick install
uvx --from /path/to/mcp-sinstaller python /path/to/mcp-sinstaller/mcp_installer.pyInformation
- Pricing
- free
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure as stdio server using uvx as the command.VS Code Copilot
Configure as stdio server using uvx as the command.





