Skip to content
Grok

Epoch for Grok

io.github.kyanitelabs/epoch

Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.

client:Grok transport:stdio runtime:npm

Install Epoch in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "epoch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kyanitelabs/epoch"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Epoch in other clients