Skip to content
Cursor

contract analysis for Cursor

com.bitsbound/contract-analysis

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

client:Cursor transport:stdio runtime:npm

Install contract analysis in Cursor

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

{
  "mcpServers": {
    "contract-analysis": {
      "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 analysis in other clients