driggsby

driggsby/driggsby
★ 7 stars Rust 📦 Other Updated 1d ago
The MCP server for personal finance, written in Rust
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "driggsby": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "driggsby"
      ]
    }
  }
}