📖 Índice de contenidos
🛠️ Configurar MCP alojado localmente
🛠️ Configurar MCP alojado en Docker
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. :/
🚀 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.
This server cannot be installed
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 ejecutarse localmente con tunelización Ngrok o alojarse en un contenedor Docker Ubuntu 24.
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 -1122PythonMIT 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 -8173JavaScript
- -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 -4PythonMIT 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 -1Python