Skip to content

ngandugilbert/time-mcp

v1.0.0MIT

MCP server for current time and timezone conversions.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

timestdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/scripts/server.mjs"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "time-mcp",
  "version": "1.0.0",
  "description": "MCP server for current time and timezone conversions.",
  "author": { "name": "Musonda Agent" },
  "license": "MIT",
  "keywords": ["time", "timezone", "clock", "date"],
  "extensions": { "mcp": "mcp.json" }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • mcp