Skip to content
VS Code

Paths-LE for VS Code

io.github.nolindnaidoo/paths-le

Extract file and directory paths from config files and code, with their kind and position.

client:VS Code transport:stdio runtime:npm

Install Paths-LE in VS Code

.vscode/mcp.json

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

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

Paths-LE in other clients