Fehu: CLI Double-Entry Bookkeeping with Claude AI MCP Integration

Fehu is a CLI personal accounting tool that integrates with Claude AI through MCP (Model Context Protocol). It's a lightweight double-entry bookkeeping system backed by SQLite, enabling users to manage finances through Claude Desktop by talking to their ledger.
Key Features
- Hierarchical accounts: Uses colon-separated account structures like
asset:bank:chaseandexpense:food:dining - Auto-tagging: Automatically tags transactions with
#hashtagsincluded in descriptions - Powerful calc engine: Filter transactions by period, tag, and perform set operations including union, intersect, and XOR
- Multi-currency support: Handles USD, KRW, BTC (with 8 decimal precision), and other currencies
The MCP integration allows users to record transactions through natural language commands. For example, saying "Record my lunch, $12 from my Chase account" prompts Claude to handle the transaction entry while maintaining balanced double-entry accounting principles.
Fehu ensures transactions are always balanced, preventing dirty data in the ledger. The tool is MIT licensed and open source, providing AI-assisted budgeting without requiring users to share financial data with third-party SaaS platforms.
This tool is for developers who want to manage personal finances through Claude AI while maintaining control over their financial data.
📖 Read the full source: r/ClaudeAI
👀 See Also

molequla: Continual Learning AI Organism Built from Scratch with ClaudeCode
molequla is a continual learning AI organism implemented from scratch in Go, C, JavaScript, and Rust with a Python orchestrator. Each element is a full transformer implementation with vector autograd, trained on raw text, that grows and develops a personality over time.

bareguard: A Lightweight Safety Gate for AI Agents — Now on npm
bareguard v1.0 is a ~1000-line, single-dependency safety layer for AI agents that blocks destructive actions (rm -rf, DROP TABLE) and enforces budget limits with human escalation. Part of the bare suite, live on npm.

Rukuzu: Porting a 200,000 Line C++ Graph Database to Rust with Systematic Testing
The Rukuzu project describes a workflow for porting the 200,000-line C++ kuzu embedded graph database to Rust, using a Claude Code custom command to maintain both versions simultaneously and verify correctness through 2,700+ tests.

LLM Architecture Gallery: Visual Reference for Model Designs
Sebastian Raschka's LLM Architecture Gallery collects architecture figures and fact sheets from The Big LLM Architecture Comparison and A Dream of Spring for Open-Weight LLMs, with detailed specs for models like Llama 3 8B, DeepSeek V3, and Gemma 3 27B.