Skip to content
VS Code

Dates-LE for VS Code

io.github.nolindnaidoo/dates-le

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

client:VS Code transport:stdio runtime:npm

Install Dates-LE in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Dates-LE in other clients