启动方式
@nipanbo
About 启动方式
自定义 MCP server
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 启动方式?
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments