@open-agreements/contract-templates-mcp
v0.5.0
Published
Local stdio MCP server for OpenAgreements template discovery and filling
Readme
@open-agreements/contract-templates-mcp
Local stdio MCP server for OpenAgreements template discovery and drafting.
Scope
This package exposes local template tools over MCP:
list_templatesget_templatefill_template
It is intentionally separate from @open-agreements/contracts-workspace-mcp,
which focuses on repository/workspace organization and catalog/status workflows.
Local Run
From this repository:
npm run build:contract-templates-mcp
node packages/contract-templates-mcp/bin/open-agreements-contract-templates-mcp.jsGemini CLI Local MCP Example
{
"mcpServers": {
"contract-templates-mcp": {
"command": "npx",
"args": ["-y", "@open-agreements/contract-templates-mcp"]
}
}
}