MCP ExplorerExplorer

Mcp Server Nu

@cableheadon 9 months ago
3 MIT
FreeCommunity
AI Systems
#mcp-server#nushell
MCP server for Nushell script execution 🚧

Overview

What is Mcp Server Nu

mcp-server-nu is a Model Context Protocol (MCP) server designed for executing Nushell scripts.

Use cases

Use cases include executing scripts for automation tasks, testing Nushell commands, and integrating Nushell script execution into other applications.

How to use

To use mcp-server-nu, you can execute the server and utilize the ‘exec’ tool to run Nushell scripts, which will return the output, including stdout, stderr, and exit codes.

Key features

Key features include the ability to execute Nushell scripts via MCP, return stdout, stderr, and exit codes, and support for full Nushell syntax and commands.

Where to use

mcp-server-nu can be used in development environments where Nushell script execution is required, particularly for testing and prototyping.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers