timestamp for VS Code
io.github.ryudi84/timestamp
MCP server for timestamp conversion — Unix, ISO 8601, relative time
client:VS Code
transport:stdio
runtime:npm
Install timestamp in VS Code
.vscode/mcp.json
{
"servers": {
"timestamp": {
"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