Back to MCP directory
publicPublicdnsLocal runtime

node-version-check

一个用于检查MCP服务器Node.js版本的简单服务

article

README

🚀 Node.js 版本检查 MCP 服务器

这是一个简单的 MCP 服务器,其核心功能是检查用于 MCP 服务器的 Node.js 版本,能为你快速提供 Node.js 版本的相关信息。

🚀 快速开始

运行此 MCP 服务器时,它将显示 Node.js 的版本及相关信息。

💻 使用示例

基础用法

# 运行 MCP 服务器以查看 Node.js 版本及相关信息
# 这里假设运行服务器的命令(原文档未给出,仅为示例格式)
node mcp-server.js
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client