Skip to main content
Glama

MCPServe

by enso-labs

📖 목차

🛠️ 로컬 호스팅 MCP 설정

지엑스피1

🛠️ 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.

Ngrok 터널링을 사용하여 로컬에서 실행하거나 Ubuntu 24 Docker 컨테이너에 호스팅할 수 있는 셸 실행 기능을 갖춘 간단한 MCP 서버입니다.

  1. 🛠️ 로컬 호스팅 MCP 설정
    1. 🛠️ Docker 호스팅 MCP 설정
      1. 클라이언트 MCP 구성
        1. 🚀 로드맵
          1. 💡 문제
            1. 🤓 유지 관리자
              1. 📜 라이센스

                Related MCP Servers

                • -
                  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 connected to locally via Ngrok or hosted in an Ubuntu24 Docker container.
                  Last updated -
                  3
                  Python
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  An MCP server that enables interaction with development containers through the devcontainers CLI, allowing users to start, run commands in, and execute arbitrary shell commands inside devcontainers.
                  Last updated -
                  3
                  97
                  TypeScript
                  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/mcpserve'

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