MCP.so
ログイン

Script Tool

@nguyenvanduocit

Script Tool について

MCP server to for running script

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

nguyenvanduocit

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Script Tool?

Script Tool executes command line scripts through the Model Context Protocol (MCP). It is designed for developers who need to run shell commands or scripts directly from an MCP host such as Claude.

How to use Script Tool?

Download the prebuilt binary from GitHub Releases for your platform (Linux, macOS, or Windows) or install via go install github.com/nguyenvanduocit/script-mcp. Configure your MCP client, for example in Claude’s config, with the path to the binary as the server command.

Key features of Script Tool

  • Safe execution of command line scripts
  • Support for different interpreters
  • Timeout protection for long-running scripts
  • Captures standard output and error
  • Cross-platform support (Linux, macOS, Windows)

Use cases of Script Tool

  • Run shell commands or scripts from an AI assistant via MCP
  • Execute code snippets in interpreters like Python, Bash, or Node.js
  • Automate system tasks with built-in timeout safety
  • Integrate command-line tools into conversational AI workflows

FAQ from Script Tool

How do I install Script Tool?

Download the binary from the GitHub Releases page or use go install github.com/nguyenvanduocit/script-mcp.

Which platforms are supported?

Linux, macOS, and Windows.

How do I configure Script Tool with Claude?

Add an MCP server entry with "command": "/path-to/script-mcp" in your Claude configuration file.

Does Script Tool support different script interpreters?

Yes, the tool can execute scripts using any interpreter installed on your system.

Can I set a timeout for script execution?

Yes, timeout protection is a built-in feature to prevent scripts from running indefinitely.

コメント

「その他」の他のコンテンツ