nox-mcp
Verified Safeby rvforest
Overview
An MCP server enabling AI assistants to discover and execute nox automation sessions for Python projects.
Installation
nox-mcpSecurity Notes
The server uses subprocess.run to execute the 'nox' command. Input validation for 'sessions' and 'tags' parameters with a strict regex ('^[A-Za-z0-9_-]+$') helps prevent command injection. 'keywords' and 'python' parameters are passed as direct nox arguments, which are generally safe within the nox context. 'shutil.which' is used to locate the nox executable. Error details are masked to prevent information leakage. The underlying 'nox' tool itself is trusted.
Similar Servers
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
MCP-Council
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.
universal-mcp-servers
A comprehensive collection of 40+ Model Context Protocol (MCP) servers providing powerful capabilities for all major AI development tools, offering integration for IDEs, desktop applications, and command-line interfaces.