Skip to content
Zed

Nowline for Zed

io.nowline/nowline

Create and edit your roadmaps in a plain-text format.

client:Zed transport:stdio runtime:npm

Install Nowline in Zed

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

{
  "context_servers": {
    "nowline": {
      "command": "npx",
      "args": [
        "-y",
        "@nowline/mcp"
      ]
    }
  }
}

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

Nowline in other clients