LedgerMind

FCHEHIDI/LedgerMind
★ 0 stars Python AI/LLM Updated 1mo ago
LedgerMind est une plateforme d’automatisation comptable, administrative et infrastructurelle, orchestrée par un graphe d’agents LangGraph, des MCP servers Rust, un RAG 2.0, et un orchestrateur d’événements. Elle exécute des workflows réels : factures, TVA, rapprochements bancaires, paie, contrats, provisioning cloud, audit interne, conformité ...
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": {
    "ledgermind": {
      "command": "uvx",
      "args": [
        "ledgermind"
      ]
    }
  }
}

Or install with pip: pip install ledgermind