Skip to content
Grok

Dates-LE for Grok

io.github.nolindnaidoo/dates-le

Extract dates and timestamps from logs, data files and code, with their format and position.

client:Grok transport:stdio runtime:npm

Install Dates-LE in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dates-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dates-le-mcp"
      ]
    }
  }
}

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

Dates-LE in other clients