@open-agreements/checklist-mcp
v0.5.0
Published
Local stdio MCP server for OpenAgreements checklist memory operations
Readme
@open-agreements/checklist-mcp
Local stdio MCP server for OpenAgreements closing checklist operations.
Provides tools for creating, reading, updating, rendering, and diffing closing checklists via the Model Context Protocol.
Installation
npx -y @open-agreements/checklist-mcpOr add to your MCP client config:
{
"mcpServers": {
"checklist-mcp": {
"command": "npx",
"args": ["-y", "@open-agreements/checklist-mcp"]
}
}
}Tools
checklist_create— Create a new closing checklistchecklist_read— Read checklist statechecklist_update— Apply JSON Patch operationschecklist_render_docx— Render checklist as formatted DOCXchecklist_diff— Import DOCX and diff against canonical state
License
MIT
