Skip to content
Cursor

contract automation for Cursor

com.bitsbound/contract-automation

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

client:Cursor transport:stdio runtime:npm

Install contract automation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

contract automation in other clients