clovis

cloviscomputing/clovis
★ 0 stars TypeScript Code/Dev Tools Updated 4d ago
Local-first double-entry bookkeeping engine, CLI, and MCP server for SQLite ledgers.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clovis": {
      "command": "npx",
      "args": [
        "-y",
        "cloviscomputing/clovis"
      ]
    }
  }
}

README Excerpt

Clovis is a local-first bookkeeping package for Node.js. It provides a SQLite ledger engine, package APIs, a command-line interface, and an optional MCP server for local agent workflows. Clovis is not a hosted service, sync service, or app UI. The public surfaces are: - the SQLite schema created by the ledger engine

Tools (9)

annotationsbookslotsmetaperiod_closesrecurrencesrulessourcestargets

Topics

accountingbookkeepingmcpsqlitetypescript