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

评论

其他 分类下的更多 MCP 服务器