mcp_command_server

mcp_command_server

3.2

If you are the rightful owner of mcp_command_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Command Server is a secure, containerized interface for remote command execution using a JSON-RPC 2.0 compliant API.

MCP Command Server provides a JSON-RPC 2.0 compliant API for executing shell commands on the server. It's designed with security in mind, featuring command pattern exclusion to prevent potentially harmful operations. The server is fully containerized with Docker and includes comprehensive API documentation accessible directly through the API. The server is built using Rust, ensuring high performance and safety, and is designed to be production-ready with a focus on security, including non-root execution within Docker containers. The server also offers a self-documenting feature through a `/context` endpoint, making it easy for developers to access API documentation.

Features

  • JSON-RPC 2.0 API: Standardized interface for command execution
  • Command Security: Pattern-based command filtering to block potentially harmful operations
  • Self-Documenting: Built-in `/context` endpoint serving markdown documentation
  • Containerized: Ready-to-use Docker configuration
  • Production-Ready: Security-focused design with non-root execution