📖 目次
🛠️ ローカルホスト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
🛠️ Docker ホスト MCP のセットアップ
docker compose up --build
クライアントMCP構成
コード内でサーバー側認証を設定している場合は、APIのヘッダーを有効化できます。MCPライブラリの設定にコード変更が必要なことが判明しました。ミドルウェアプロパティを追加してください。 :/
{
"terminal": {
"transport": "sse",
"url": "http://localhost:8005/sse",
// "headers": {
// "x-api-key": "abcdef123456..."
// }
}
}
🚀 ロードマップ
[ ] 🤖 近日公開予定...
ロードマップに機能を追加したい場合は、問題を作成してディスカッションを始めましょう。
💡 問題点
問題や機能強化のリクエストがありましたら、お気軽にお寄せください。私たちは常にフィードバックとご提案をお待ちしています。
🤓 メンテナー
Ryan Eggleston
-@ryaneggz
📜 ライセンス
このプロジェクトはMITライセンスに基づくオープンソースです。コードは自由に使用、改変、配布できます。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
シェル実行機能を備えたシンプルな MCP サーバー。Ngrok トンネリングを使用してローカルで実行することも、Ubuntu 24 Docker コンテナーでホストすることもできます。
Related MCP Servers
- AsecurityAlicenseAqualityA secure shell command execution server implementing the Model Context Protocol (MCP). This server allows remote execution of whitelisted shell commands with support for stdin input.Last updated -1134MIT License
- -securityFlicense-qualityA simple MCP server that allows accessing and executing shell commands on a VM machine through a web-based terminal interface, with automatic tunneling to make the VM accessible from anywhere.Last updated -1404
- -securityAlicense-qualityA simple MCP Server with Shell Execution capabilities that can be connected to locally via Ngrok or hosted in an Ubuntu24 Docker container.Last updated -4MIT License
- -securityFlicense-qualityA simple MCP server that allows running terminal commands with output capture, enabling command execution on the host system from MCP-compatible clients like Claude Desktop.Last updated -1