Epoch
Rank #5,628io.github.KyaniteLabs/Epoch
Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.
Epoch is a Model Context Protocol (MCP) server published by kyanitelabs. It ranks #5,628 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Epoch is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 1, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 109,832 of 115,460 servers on MCP Toplist.
Use Epoch
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add epoch -- npx -y @kyanitelabs/epoch[mcp_servers.epoch]
command = "npx"
args = ["-y", "@kyanitelabs/epoch"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"epoch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KyaniteLabs%2FEpoch)<a href="https://mcptoplist.com/server/io.github.KyaniteLabs%2FEpoch"><img src="https://mcptoplist.com/badge/io.github.KyaniteLabs%2FEpoch.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
kyanitelabs
Other servers by kyanitelabs
View all kyanitelabs servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.5 | May 10, 2026 |
Frequently asked questions
- Who maintains Epoch?
- Epoch is maintained by kyanitelabs, which publishes 4 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Epoch listed on the Official MCP Registry?
- Yes — Epoch is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Epoch have?
- MCP Toplist tracks 1 version of Epoch, most recently published on May 10, 2026.
- Where can I find the source code for Epoch?
- The source code for Epoch is hosted at github.com/kyanitelabs/epoch.