Skip to content

bitsbound contract automation for Zed

io.github.taytrom/bitsbound-contract-automation

AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis.

client:Zed transport:stdio runtime:npm

Install bitsbound contract automation in Zed

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

{
  "context_servers": {
    "bitsbound-contract-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@bitsbound/mcp-server"
      ]
    }
  }
}

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

bitsbound contract automation in other clients