plurigrid_juvix-mcp-server

plurigrid_juvix-mcp-server

3.1

If you are the rightful owner of plurigrid_juvix-mcp-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.

A secure Model Context Protocol (MCP) server implementation for executing controlled command-line operations with comprehensive security features.

The CLI MCP Server is a secure Model Context Protocol (MCP) server designed to execute command-line operations with robust security measures. It is ideal for providing controlled CLI access to LLM applications while maintaining security. The server includes features such as command whitelisting, path validation, and execution controls to ensure secure command execution. It supports configurable command and flag whitelisting, path traversal prevention, shell operator injection protection, execution timeouts, and detailed error reporting. The server is compatible with Python 3.10+ and can be configured using environment variables to specify allowed directories, commands, flags, and other security parameters.

Features

  • Secure command execution with strict validation
  • Configurable command and flag whitelisting with 'all' option
  • Path traversal prevention and validation
  • Shell operator injection protection
  • Execution timeouts and length limits

Tools

  1. run_command

    Executes whitelisted CLI commands within allowed directories.

  2. show_security_rules

    Displays current security configuration and restrictions.