Back to Home
rvforest icon

nox-mcp

Verified Safe

by rvforest

Overview

An MCP server enabling AI assistants to discover and execute nox automation sessions for Python projects.

Installation

Run Command
nox-mcp

Security 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-30

Tags

MCPAI ToolsDevelopment AutomationPythonTesting