🤖 MCPServe by @ryaneggz
@ryaneggz
关于 🤖 MCPServe by @ryaneggz
🔌🔄 Simple MCP Server Deployment
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcpserve": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🤖 MCPServe by @ryaneggz?
🤖 MCPServe by @ryaneggz is a simple MCP (Model Context Protocol) server with shell execution capabilities. It can be hosted locally, connected to via Ngrok, or deployed as a Docker container running Ubuntu 24. It is designed for developers who need an MCP server that can execute shell commands remotely.
How to use 🤖 MCPServe by @ryaneggz?
Install uv, create a virtual environment, install dependencies from requirements.txt, and start the server with python main.py. For Docker, run docker compose up --build. Configure your MCP client with the SSE transport URL http://localhost:8005/sse and optionally add an x-api-key header if server-side authentication is enabled.
Key features of 🤖 MCPServe by @ryaneggz
- Simple MCP server with shell execution
- Local hosting via Python or Docker
- Ngrok support for remote access
- SSE (Server-Sent Events) transport
- Optional API key authentication header
Use cases of 🤖 MCPServe by @ryaneggz
- Remotely execute shell commands through an MCP client
- Set up a local development environment for testing MCP tools
- Deploy a containerized MCP server for production or cloud use
FAQ from 🤖 MCPServe by @ryaneggz
What dependencies are required?
Python, uv (install script provided), and the packages listed in requirements.txt. For Docker, Docker and Docker Compose are needed.
How do I configure an MCP client?
Use a JSON config with "transport": "sse" and "url": "http://localhost:8005/sse". Optionally add "headers": { "x-api-key": "your-key" } if authentication is enabled server-side.
Can I run the server without Docker?
Yes. You can install uv, create a virtual environment, install dependencies, and run python main.py directly on your local machine.
What transport protocol does it use?
It uses SSE (Server-Sent Events) transport, as shown in the client configuration example.
Is authentication supported?
An optional x-api-key header can be added in the client config, but the README notes this requires code changes to the MCP library’s settings to work properly.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论