cablehead/mcp-server-nu
3.4
If you are the rightful owner of mcp-server-nu 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.
The MCP Server Nu is a Model Context Protocol server designed to execute Nushell scripts, providing outputs such as stdout, stderr, and exit codes.
MCP Server Nu
A Model Context Protocol (MCP) server that provides Nushell script execution capabilities.
⚠️ This is an early sketch with no safety mechanisms. Do not use in production.
Features
- Execute Nushell scripts via MCP
- Returns stdout, stderr, and exit codes
- Supports full Nushell syntax and commands
Usage
The server exposes one tool:
- exec: Executes a Nushell script and returns the output
Testing
Try it out with the MCP inspector:
npx @modelcontextprotocol/inspector ./target/debug/mcp-server-nu