Documentation

Clovis documentation

Install Clovis, connect AI agents through MCP, and inspect the CLI and tool surface generated from the public npm package.

npm
Packagev1.3.0
MCP tools146
Read-only75
Dry-run ready71
Destructive21
CLI commands33

Start with the job

Clovis has two main surfaces: the CLI for humans at a terminal, and MCP tools for AI agents. Pick the job, then use the smallest surface that gets it done.

The simple mental model

Clovis keeps a local ledger. You can operate it directly with commands, or let an agent call typed tools against that same ledger.

CLIBest for direct control: initialize ledgers, import files, run reports, export data, and inspect help.Browse commands
MCPBest for agent workflows: ask questions, review imports, reconcile, categorize, and run checks.Browse tools
ManifestsBest for automation: exact JSON and Markdown files that coding assistants can ingest.Open agent files