Epoch for Zed
io.github.kyanitelabs/epoch
Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.
client:Zed
transport:stdio
runtime:npm
Install Epoch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs