What is the Epoch MCP server?
Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.
How to install Epoch
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"Epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"Epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"Epoch": {
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"Epoch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kyanitelabs/epoch"
]
}
}
}Claude Code
claude mcp add Epoch -- npx -y @kyanitelabs/epochRelated MCP servers
mcp-video
Active
Guardrailed FFmpeg video MCP server with Hyperframes and repurposing tools.
61
View repository →Python
Apache-2.0