Skip to content

contract automation for Zed

com.bitsbound/contract-automation

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

client:Zed transport:stdio runtime:npm

Install contract automation in Zed

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

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

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

contract automation in other clients