MCPServe
Enables hosting the MCP server within a Docker container, specifically supporting Ubuntu 24 containers for deployment
Allows connecting to a locally hosted MCP server via Ngrok, providing remote access to local development environments
Includes shell execution capabilities, allowing the MCP to run shell commands on the host system
Supports hosting in Ubuntu 24 containers, providing a Linux environment for running the MCP server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPServelist files in the current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📖 Table of Contents
Related MCP server: Shell Server
🛠️ Setup Local Hosted MCP
## Install uv (if you not using you late to party)
curl -LsSf https://astral.sh/uv/install.sh | sh
## Create virtual environemtn
uv venv
source .venv/bin/activate
## Install Dependencies
uv pip install -r requirements.txt
## Start localhost MCPServe
python main.py🛠️ Setup Docker Hosted MCP
docker compose up --buildClient MCP Config
If you have configured auth server side in your code you can enable headers for API. Have found this requires some code changes to the mcp librarie Settings. Adding a middleware prop. :/
{
"terminal": {
"transport": "sse",
"url": "http://localhost:8005/sse",
// "headers": {
// "x-api-key": "abcdef123456..."
// }
}
}🚀 Roadmap
🤖 Coming Soon...
Create an issue and lets start a discussion if you'd like to see a feature added to the roadmap.
💡 Issues
Feel free to submit issues and enhancement requests. We're always looking for feedback and suggestions.
🤓 Maintainers
Ryan Eggleston-@ryaneggz
📜 License
This project is open-source, under the MIT License. Feel free to use, modify, and distribute the code as you please.
This server cannot be deployed
Maintenance
Related MCP Connectors
A simple MCP server built with FastMCP and python
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides shell command execution and OpenAI Whisper transcription capabilities for audio files.1MIT
- FlicenseAqualityCmaintenanceA simple MCP server that exposes a terminal tool, allowing AI agents to execute shell commands.1-
- AlicenseCqualityCmaintenanceAn educational MCP server exposing shell command execution (PowerShell and sh) and a benign tool for learning about MCP tools, resources, and security risks like tool poisoning.33MIT
- FlicenseNot gradedqualityCmaintenanceSecure self-hosted remote MCP server with file and shell tools, protected by Cloudflare Tunnel and bearer-token auth.-