timestamp for Cursor
io.github.ryudi84/timestamp
MCP server for timestamp conversion — Unix, ISO 8601, relative time
client:Cursor
transport:stdio
runtime:npm
Install timestamp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"timestamp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"timestamp-forge-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs