Catalog
io.github.meltingpixelsai/harvey-budget
Officialdeprecatedby meltingpixelsai · TypeScript
Agent spending management with budget tracking, ROI analysis, and spend approval.
Tracks agent spending, budgets, and ROI with spend approval workflows.
README not available yet.
Install
Configuration
Environment variables
SUPABASE_URLrequiredSupabase URL for budget database
SUPABASE_SERVICE_ROLE_KEYrequiredsecretSupabase service role key
PAYMENT_WALLETSolana wallet address for receiving USDC payments
claude_desktop_config.json
{
"mcpServers": {
"harvey-budget": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/harvey-budget@1.0.0"
],
"env": {
"SUPABASE_URL": "<YOUR_SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<YOUR_SUPABASE_SERVICE_ROLE_KEY>",
"PAYMENT_WALLET": "<YOUR_PAYMENT_WALLET>"
}
}
}
}