Skip to content
VS Code

timestamp forge mcp for VS Code

io.github.ryudi84/timestamp-forge-mcp

Unix/ISO timestamp conversion, timezone math, duration calc

client:VS Code transport:stdio runtime:npm

Install timestamp forge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "timestamp-forge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "timestamp-forge-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

timestamp forge mcp in other clients