1. Conduid
  2. Developer Tools
  3. Driggsby CLI
MCP server · Developer Tools

Driggsby CLI

The MCP server for personal finance, written in Rust

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About Driggsby CLI

Driggsby CLI is an MCP server in the Developer Tools category: the MCP server for personal finance, written in Rust. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/thegoodsoftwareco/driggsby-cli

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Driggsby CLI

Powered by Claude · Grounded in docs

I know everything about Driggsby CLI. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Driggsby

Driggsby is an MCP server for personal finance. You link accounts through Plaid, and your AI client gets read-only MCP tools for transactions, balances, investments, and debts.

Setup

npx driggsby@latest mcp setup

This prompts you to choose a setup path. For Claude Code and Codex, it runs the native MCP setup command. Or specify one:

npx driggsby@latest mcp setup claude-code
npx driggsby@latest mcp setup codex
npx driggsby@latest mcp setup other

After setup, authenticate Driggsby through your client — run /mcp in Claude Code, or sign in through the browser window Codex opens.

For another MCP client, choose Other. Driggsby currently supports only OAuth-based remote MCP at:

https://app.driggsby.com/mcp

Tools

Includes tools like:

Tool Description
get_overview Balances, accounts, net worth
search_cash_transactions Search and filter across all accounts
query_cash_sql SQL over transaction data
list_recurring_transactions Subscriptions and recurring payments
list_investment_holdings Portfolio positions
list_outstanding_debts Balances, rates, minimums
query_investment_sql SQL over investment data

Examples

  • "What's my net worth across all accounts?"
  • "How much did I spend on dining out last month?"
  • "List every recurring subscription."
  • "Find every Amazon charge over $100 this year."
  • "Show my top 10 merchants by total spend this year."

Options

# Claude Code scope (user by default, local for project-only)
npx driggsby@latest mcp setup claude-code -s local

# Print the native command without running it
npx driggsby@latest mcp setup codex --print

Security

Read-only via Plaid. Cannot move money, initiate transfers, or make trades. See driggsby.com for details.

License

Apache-2.0 — see LICENSE.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Driggsby CLI

How do I install Driggsby CLI?

Run git clone https://github.com/thegoodsoftwareco/driggsby-cli, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Driggsby CLI safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Driggsby CLI still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.