Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mydata

БесплатноНе проверен

Enables querying personal data synced from services like Lunch Money and Strava using SQL via Claude.

GitHubEmbed

Описание

Enables querying personal data synced from services like Lunch Money and Strava using SQL via Claude.

README

Sync personal data from various services into a local SQLite database. Query your data with SQL or let Claude help you analyze it via MCP tools.

Supported Integrations

  • Lunch Money - Transactions, categories, assets, recurring items
  • Strava - Activities (runs, rides, swims, etc.)

Setup

1. Install dependencies

npm install
npm run build

2. Configure environment variables

# Lunch Money - Get your API key from https://my.lunchmoney.app/developers
export LUNCHMONEY_API_KEY=your_api_key

# Strava - Create an app at https://www.strava.com/settings/api
export STRAVA_CLIENT_ID=your_client_id
export STRAVA_CLIENT_SECRET=your_client_secret

# Hevy
export HEVY_API_KEY=

3. Authenticate with OAuth services

# Start OAuth flow for Strava
npm start -- auth strava

CLI Usage

# Sync all configured integrations
npm start -- sync

# Sync specific integration
npm start -- sync lunchmoney
npm start -- sync strava

# Query the database
npm start -- query "SELECT * FROM lm_transactions LIMIT 10"

# Check status
npm start -- status

MCP Server

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "mydata": {
      "command": "node",
      "args": ["/path/to/mydata/dist/mcp-server.js"],
      "env": {
        "MYDATA_DB_PATH": "/path/to/mydata/data/mydata.db"
      }
    }
  }
}

Available MCP Tools

  • query_database - Execute SQL queries against your data
  • list_tables - Show all tables and their schemas
  • describe_table - Get detailed schema for a specific table
  • get_sync_status - Show last sync time for each integration

Data Storage

All data is stored in a local SQLite database at ./data/mydata.db. This file is gitignored by default.

from github.com/bibekg/mydata

Установка Mydata

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/bibekg/mydata

FAQ

Mydata MCP бесплатный?

Да, Mydata MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mydata?

Нет, Mydata работает без API-ключей и переменных окружения.

Mydata — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Mydata в Claude Desktop, Claude Code или Cursor?

Открой Mydata на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mydata with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data