Skip to main content
Glama

MCPServe

by enso-labs

📖 目次

🛠️ ローカルホスト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ライセンスに基づくオープンソースです。コードは自由に使用、改変、配布できます。

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

シェル実行機能を備えたシンプルな MCP サーバー。Ngrok 経由でローカルに接続したり、Ubuntu24 Docker コンテナーでホストしたりできます。

  1. 🛠️ ローカルホストMCPのセットアップ
    1. 🛠️ Docker ホスト MCP のセットアップ
      1. クライアントMCP構成
        1. 🚀 ロードマップ
          1. 💡 問題点
            1. 🤓 メンテナー
              1. 📜 ライセンス

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server to run commands.
                  Last updated -
                  2
                  265
                  150
                  TypeScript
                  MIT License
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  An MCP server that allows managing Docker containers through natural language, enabling users to compose, introspect, and debug containers without running commands themselves.
                  Last updated -
                  468
                  Python
                  GPL 3.0
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A 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 -
                  39
                  2
                  JavaScript
                • -
                  security
                  A
                  license
                  -
                  quality
                  A simple MCP Server with shell execution capabilities that can be run locally with Ngrok tunneling or hosted in an Ubuntu 24 Docker container.
                  Last updated -
                  3
                  Python
                  MIT License

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/enso-labs/mcp-sse'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server