This dashboard exposes a remote MCP server with full coverage of every feature โ an AI agent can read and modify everything you can do in the UI. Point your agent at:
http://life-dashboard.lukastk.dev/mcp
Authorization: Bearer <YOUR_SECRET>. Use the same secret you type into the dashboard. Keep it private โ anyone with it can change your data.One command (replace <YOUR_SECRET>):
claude mcp add --transport http life-dashboard http://life-dashboard.lukastk.dev/mcp \ --header "Authorization: Bearer <YOUR_SECRET>"
Then run claude mcp list โ you should see life-dashboard โฆ โ Connected. The dashboard's tools are then available in your next Claude Code session.
http://life-dashboard.lukastk.dev/mcpAuthorization = Bearer <YOUR_SECRET>.http://life-dashboard.lukastk.dev/mcp.Authorization: Bearer <YOUR_SECRET>.If your Cowork build only accepts a JSON config, use:
{
"mcpServers": {
"life-dashboard": {
"type": "http",
"url": "http://life-dashboard.lukastk.dev/mcp",
"headers": { "Authorization": "Bearer <YOUR_SECRET>" }
}
}
}
http://life-dashboard.lukastk.dev/mcpAuthorization = Bearer <YOUR_SECRET>. (If only a raw token field is offered, paste Bearer <YOUR_SECRET>.)http://life-dashboard.lukastk.dev/mcp) and the header (Authorization: Bearer <YOUR_SECRET>).