M
Mcptime
作者 @alex2100a
get local time mcp
创建于 6/2/2025
更新于 4 days ago
README
Repository documentation and setup instructions
MCP Time Server
Project Overview
This is an MCP server implemented in Golang, specifically designed to address the issue of incorrect time acquisition for large models in Cursor IDE. By adhering to the standardized MCP protocol, it provides accurate time services for AI models.
Features
✅ Provides precise time acquisition services
✅ Supports time zone conversion for multiple time zones
✅ Resolves the time acquisition error issue for Cursor Sonnet4
✅ Lightweight and high-performance implementation in Golang
✅ Complies with the MCP protocol standard
Installation Guide
Prerequisites
Go 1.20+ environment Cursor IDE (supports MCP protocol)
Cursor config:
`{
"mcpServers": {
"mcptime": {
"command": "d:/mcptime.exe",
"args": [
""
]
}
}
} `
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/alex2100a/mcptime
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"alex2100a-mcptime": {
"command": "git",
"args": [
"clone",
"https://github.com/alex2100a/mcptime"
]
}
}
}