Skip to main content
Glama
Andrew-Beniash

MCP Command Server

Servidor de comandos MCP

Un servidor de Protocolo de Contexto de Modelo (MCP) seguro para ejecutar comandos del sistema a través de aplicaciones LLM como Claude.

Inicio rápido

  1. Instalar el paquete:

uv pip install mcp-command-server
  1. Configurar comandos permitidos:

export ALLOWED_COMMANDS="ls,pwd,echo"
  1. Agregar a la configuración de Claude Desktop:

{
  "mcpServers": {
    "command-server": {
      "command": "uv",
      "args": ["run", "python", "-m", "mcp_command_server"],
      "env": {
        "ALLOWED_COMMANDS": "ls,pwd,echo"
      }
    }
  }
}

Related MCP server: Shell-MCP

Características

  • Ejecución segura de comandos con lista blanca

  • ✅ Confirmación del usuario para todos los comandos

  • 📝 Registro de auditoría completo

  • 🔍 Validación y saneamiento de entradas

  • 🤖 Integración de Claude Desktop

Documentación

Para obtener la documentación completa, consulte el directorio docs/ :

Desarrollo

Configuración

# Clone repository
git clone https://github.com/yourusername/mcp-command-server.git
cd mcp-command-server

# Create virtual environment
uv venv
source .venv/bin/activate  # On Unix/macOS
.venv\Scripts\activate     # On Windows

# Install development dependencies
uv pip install -e ".[dev]"

Pruebas

# Run all tests
pytest

# Run specific test file
pytest tests/unit/security/test_validator.py

# Run with coverage
pytest --cov=mcp_command_server

Contribuyendo

  1. Bifurcar el repositorio

  2. Crea tu rama de funciones

  3. Ejecutar pruebas y linting

  4. Enviar una solicitud de extracción

Licencia

Licencia MIT: consulte LICENCIA para obtener más detalles.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

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/Andrew-Beniash/mcp-command-server'

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