MCP DateTime Server is a specialized tool designed to provide datetime functionality within the Cursor IDE environment. It enables accurate timestamp generation and datetime operations, which is particularly useful for maintaining changelogs, documentation versioning, and other time-sensitive operations.
shell
git clone https://github.com/mamisoa/mcp-server.git
cd mcp-server
shell
poetry install
~/.cursor/mcp.json
:json
{
"mcpServers": {
"datetime": {
"command": "poetry",
"args": [
"run",
"python",
"/path/to/your/mcp-server/mcp_server/mcp-datetime.py"
]
}
}
}
/path/to/your
with your actual installation path.When creating or updating changelogs, you can use the datetime server to automatically insert timestamps:
## [Version 1.0.0] - <timestamp>
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.