mcp-life-tracker
OSSAn MCP server over my projects, money, and time data.
MCP server
install
claude mcp add mcp-life-tracker -- node /opt/mcp/mcp-life-tracker/build/index.js
# env: PARSE_APP_ID, PARSE_SERVER_URL, PARSE_MASTER_KEYThe biggest server in my fleet: 60+ tools spanning projects, tasks, time tracking, invoices, expenses, accounts, net worth, forecasting, and affordability. It is the one I reach for most, because it answers questions that used to need a spreadsheet and a quiet afternoon.
How it is built
It is a thin shell over a Parse Cloud Code app. Every tool wraps a single callCloudFunction, so the business logic, the forecasting maths, the affordability rules, all of it lives server-side. The MCP layer stays declarative: each tool is a name, a schema, and the function it forwards to. When a rule changes I change it in Cloud Code once, and all 60-odd tools keep working without a redeploy of the server.