概要
Nu is a Model Context Protocol (MCP) server designed to execute Nushell scripts. It allows users to run scripts and retrieve standard output, standard error, and exit codes. Supporting the full Nushell syntax and commands, Nu offers a flexible environment for scripting within the MCP ecosystem. Please note: This is an early sketch with no safety mechanisms. Do not use in production.
主な機能
- Supports full Nushell syntax and commands
- Execute Nushell scripts via MCP
- Returns stdout, stderr, and exit codes
- 1 GitHub stars