# Use Open Agreements with AI

Choose your AI agent, connect Open Agreements, and then ask the agent to use the template in your workflow.

Step 1

## Choose your AI agent

If you already have one installed and open, skip to Step 2.

Claude Code

Best default for most users who want a coding agent with MCP support.

Gemini CLI

Good if your team is already using Gemini’s terminal workflow.

Another coding agent

Any agent that supports MCP servers or installable agent skills can work.

Step 2

## Connect Open Agreements

Pick the setup that matches your agent. Claude Code with the remote MCP is usually the simplest path.

### Claude Code (most popular)

Add the hosted Open Agreements MCP server:

```
claude mcp add --transport http open-agreements https://openagreements.org/api/mcp
```

### Gemini CLI

Install the Open Agreements extension:

```
gemini extensions install https://github.com/open-agreements/open-agreements
```

### Other compatible coding agents

Install the Open Agreements agent skill when your agent supports skills:

```
npx skills add open-agreements/open-agreements
```

Step 3

## Ask your AI to use this template

After setup, return to your coding agent and ask it to use this specific template.

```
Using the open-agreements MCP at https://openagreements.org/api/mcp, fill the template for my company.
```

Try Open Agreements with a real template

## Templates to start with

_Came from safe-docx? Your agent now has Open Agreements (template generation) AND safe-docx (template editing) capabilities — you can fill a template AND redline an existing one._

After connecting Open Agreements, point your agent at one of these. All free `.docx` downloads, commercially used.

[NDA — Bonterms Mutual NDA — Two-party non-disclosure. ~3 pages. Common sales-conversation starter.](https://openagreements.org/templates/bonterms-mutual-nda)[SAFE — YC SAFE — Valuation Cap — The canonical YC SAFE instrument. Defined-terms cross-references intact.](https://openagreements.org/templates/yc-safe-valuation-cap)[Services — Common Paper PSA — Modular services agreement. Multi-section stress test for any agent.](https://openagreements.org/templates/common-paper-professional-services-agreement)

[Browse all templates →](https://openagreements.org/templates)

[View on GitHub →](https://github.com/open-agreements/open-agreements)
