MCP.so
Sign In

启动方式

@nipanbo

About 启动方式

自定义 MCP server

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

nipanbo

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "get_time": {
      "name": "get_time",
      "type": "stdio",
      "isActive": true,
      "registryUrl": "",
      "command": "uv",
      "args": [
        "run",
        "-m",
        "nipanbo_mcp_educate_time.server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is 启动方式?

启动方式是一个基于Model Context Protocol (MCP) 的简单服务器,通过标准输入输出获取当前系统时间。它适用于需要在MCP生态中快速获取时间的场景。

How to use 启动方式?

使用 uv run -m nipanbo_mcp_educate_time.server 命令启动,或在MCP客户端配置中添加对应的JSON代码块。

Key features of 启动方式?

Comments

More Other MCP servers