Dates-LE for Cursor
io.github.nolindnaidoo/dates-le
Extract dates and timestamps from logs, data files and code, with their format and position.
client:Cursor
transport:stdio
runtime:npm
Install Dates-LE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dates-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dates-le-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs