mcp-datetime
@GeorgeHahn
关于 mcp-datetime
Simple Rust MCP server to provide the current date and time to LLMs.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-datetime?
mcp-datetime is an MCP (Model Context Protocol) server that provides current date and time functionality, returning the date and time in ISO 8601 format. It is built with Rust and intended for use with MCP-aware clients such as Cursor.
How to use mcp-datetime?
Install mcp-datetime via Cargo with cargo install --git https://github.com/GeorgeHahn/mcp-datetime, then add the JSON configuration shown below to your MCP configuration file (typically ~/.cursor/mcp.json) under a key named "datetime" with the command "mcp-datetime".
Key features of mcp-datetime
- Returns current date and time in ISO 8601 format
- Lightweight MCP server written in Rust
Use cases of mcp-datetime
- Provide a timestamp to an AI assistant or MCP client
- Obtain the current UTC date/time during automated workflows
FAQ from mcp-datetime
What does mcp-datetime do?
It supplies the current date and time in ISO 8601 format when queried.
How do I install mcp-datetime?
Install Rust and Cargo, then run cargo install --git https://github.com/GeorgeHahn/mcp-datetime.
What configuration is needed?
Add an entry to your MCP configuration file (e.g., ~/.cursor/mcp.json) under a "datetime" key with "command": "mcp-datetime".
Is there any output besides ISO 8601?
No, the README only mentions providing the current date and time in ISO 8601 format.
What are the runtime requirements?
The server requires Rust and Cargo to be installed on the system.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论