MCP.so
ログイン

node-runtime-mcp

@zy445566

node-runtime-mcp について

the mcp server that run the code in Node.js container and obtain the result

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

zy445566

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "node-runtime-mcp": {
      "command": "npx",
      "args": [
        "node-runtime-mcp"
      ]
    }
  }
}

ツール

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

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

概要

What is node-runtime-mcp?

node-runtime-mcp is an MCP server that executes code inside a Node.js container and returns the result.

How to use node-runtime-mcp?

Run npx node-runtime-mcp in your terminal.

Key features of node-runtime-mcp

  • Runs code in a Node.js container.
  • Returns the result of execution.
  • Started with a single npx command.

Use cases of node-runtime-mcp

  • Execute arbitrary Node.js code programmatically.
  • Retrieve the output of executed code.

FAQ from node-runtime-mcp

コメント

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