Env Info MCP ServerA VS Code extension that provides a Model Context Protocol (MCP) server with environment information tools. Make your AI assistant aware of the current date, time, and time zone, in order to incorporate such context into its responses and actions, e.g. let your AI assistant look at the clock in order to document when tasks have been done. FeaturesGetCurrentDateTimeReturns the current date and time in ISO 8601 format with both local and UTC timestamps.
GetCurrentTimeZoneReturns the current time zone with display names and UTC offset.
A Note On All ToolsThe The server returns tool outputs in the MCP The name of this MCP server leaves room for extension. However, providing structured information about date, time, and time zone in a controllable/controlled manner is this far its only purpose. Installation And VerificationAfter installation, check that the "Env Info MCP Server" is listed among available MCP servers by Ask your AI assistant, what is the time? VS Code should automatically start the MCP server and provide it to your AI assistant. If the AI assistant does not seem to use the MCP server's tools, explicitly name the tools to do so. They should run without further approval. DevelopmentInstall dependencies:
Compile the extension:
Run tests:
Press F5 in VS Code to run the extension in a development host. Run List available tools manually:
Call a tool manually, e.g.,
LicenseLicensed under the European Union Public License (EUPL) version 1.2. |