mcp epochs for Cursor
io.github.daedalus/mcp-epochs
MCP tool that provides current Unix timestamp
client:Cursor
transport:stdio
runtime:pypi
Install mcp epochs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-epochs": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-epochs"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs