Skip to content
Zed

longpath for Zed

io.github.s-curvelabs/longpath

Read-only P6 / MS Project schedule analysis: CPM, float, DCMA 14-point, logic checks, S-curves.

client:Zed transport:stdio runtime:pypi

Install longpath in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "longpath": {
      "command": "uvx",
      "args": [
        "longpath"
      ],
      "env": {
        "LONGPATH_CONFIG": "<LONGPATH_CONFIG>",
        "LONGPATH_HOME": "<LONGPATH_HOME>",
        "JAVA_HOME": "<JAVA_HOME>"
      }
    }
  }
}

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

longpath in other clients