Skip to content

bitsbound contract automation for Cursor

io.github.taytrom/bitsbound-contract-automation

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

client:Cursor transport:stdio runtime:npm

Install bitsbound contract automation in Cursor

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

{
  "mcpServers": {
    "bitsbound-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

bitsbound contract automation in other clients