Epoch for Cursor
io.github.kyanitelabs/epoch
Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.
client:Cursor
transport:stdio
runtime:npm
Install Epoch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"epoch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs