
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
TimeMcpServer
Advanced tools
A Model Context Protocol (MCP) server that provides current UTC time in RFC 3339 format
A minimal Model Context Protocol (MCP) server built with .NET.
The server provides one simple tool:
GetCurrentUtcTime - Gets the current UTC date and time in RFC 3339 formatPrerequisites:
Run with:
dotnet run
To use this server with Claude Desktop, add the following to your MCP configuration file:
Add to %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"time-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\path\\to\\TimeMcpServer.csproj"
]
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"time-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"/path/to/TimeMcpServer.csproj"
]
}
}
}
Once configured, you can use the time tool in Claude Desktop:
To publish a new version of the package:
Update the version in TimeMcpServer.csproj, and commit as Release x.y.z
Tag the release with a version number prefixed with 'v':
git tag v1.0.1
Push the tag to trigger the publishing pipeline:
git push --tags
The CI/CD pipeline will automatically:
The project includes GitHub Actions workflows for:
This server is published to the Model Context Protocol Registry. The publishing process uses the server.json configuration file which follows the MCP Registry specification.
FAQs
A Model Context Protocol (MCP) server that provides current UTC time in RFC 3339 format
We found that TimeMcpServer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.