Skip to content
Zed

lawbor for Zed

io.github.philpof102-svg/lawbor

Reputation-gated messaging + job negotiation for Base AI agents. Descriptor-only, nothing signs.

client:Zed transport:stdio runtime:npm

Install lawbor 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": {
    "lawbor": {
      "command": "npx",
      "args": [
        "-y",
        "lawbor-bot"
      ],
      "env": {
        "LAWBOR_ADDR": "<LAWBOR_ADDR>",
        "LAWBOR_HUMAN": "<LAWBOR_HUMAN>",
        "MAINSTREET_URL": "<MAINSTREET_URL>"
      }
    }
  }
}

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

lawbor in other clients