
Your Money Left The Chat
Supports UIby rayato159
Rust-native financial tracker that uses natural language to log spending, analyze habits, and calculate taxes locally via SQLite.
What it does
Connects an LLM to a local SQLite database to provide a private, offline financial tracking system. It allows users to log expenses using natural language and receive detailed spending analysis without cloud surveillance.
Tools
log_expense: Records a spending event from natural language input.get_summary: Generates daily, monthly, or yearly spending breakdowns.analyze_habits: Provides category-based analytics on spending patterns.calculate_tax: Estimates tax liabilities based on logged financial data.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"money": {
"command": "PATH-TO/your-money-left-the-chat/target/release/your_money_left_the_chat",
"args": ["PATH-TO/database.db"]
}
}
}
Supported hosts
- Claude Desktop
- Ollama (via mcp-cli)
Quick install
cargo build --release --bin your_money_left_the_chatInformation
- Pricing
- free
- Published
- 5/28/2026
- stars






