Skip to content
Zed

Paths-LE for Zed

io.github.nolindnaidoo/paths-le

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

client:Zed transport:stdio runtime:npm

Install Paths-LE in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "paths-le": {
      "command": "npx",
      "args": [
        "-y",
        "paths-le-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Paths-LE in other clients