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