Skip to content

bitsbound contract automation for VS Code

io.github.taytrom/bitsbound-contract-automation

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

client:VS Code transport:stdio runtime:npm

Install bitsbound contract automation in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bitsbound contract automation in other clients