Skip to content
Zed

tieline for Zed

io.github.nugehs/tieline

Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.

client:Zed transport:stdio runtime:npm

Install tieline in Zed

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

{
  "context_servers": {
    "tieline": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/tieline"
      ]
    }
  }
}

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

tieline in other clients