Skip to main content
Glama

MCPServe

by enso-labs

📖 Índice de contenidos

🛠️ Configurar MCP alojado localmente

## 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

🛠️ Configurar MCP alojado en Docker

docker compose up --build

Configuración de MCP del cliente

Si has configurado la autenticación del lado del servidor en tu código, puedes habilitar encabezados para la API. Esto requiere algunos cambios en la configuración de la biblioteca mcp. Se está añadiendo una propiedad de middleware. :/

{ "terminal": { "transport": "sse", "url": "http://localhost:8005/sse", // "headers": { // "x-api-key": "abcdef123456..." // } } }

🚀 Hoja de ruta

  • [ ] 🤖 Próximamente...

Crea un problema y comencemos una discusión si quieres ver una función agregada a la hoja de ruta.

💡 Problemas

No dude en enviarnos sus problemas y solicitudes de mejora. Siempre agradecemos sus comentarios y sugerencias.

🤓 Mantenedores

  • Ryan Eggleston - @ryaneggz

📜 Licencia

Este proyecto es de código abierto, bajo la licencia MIT . Puedes usar, modificar y distribuir el código como desees.

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

Un servidor MCP simple con capacidades de ejecución de shell que puede conectarse localmente a través de Ngrok o alojarse en un contenedor Docker de Ubuntu24.

  1. 🛠️ Configurar MCP alojado localmente
    1. 🛠️ Configurar MCP alojado en Docker
      1. Configuración de MCP del cliente
        1. 🚀 Hoja de ruta
          1. 💡 Problemas
            1. 🤓 Mantenedores
              1. 📜 Licencia

                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