mydata
Syncs Strava activities (runs, rides, swims, etc.) into a local SQLite database for querying and analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mydataShow me my latest 5 transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MyData - Personal Data Hub
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.)
Related MCP server: SQLite MCP Server
Setup
1. Install dependencies
npm install
npm run build2. 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 stravaCLI 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 -- statusMCP 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 datalist_tables- Show all tables and their schemasdescribe_table- Get detailed schema for a specific tableget_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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides Claude Desktop with secure access to multiple database connections, allowing users to query MySQL, PostgreSQL, SQLite, and SQL Server databases directly through natural language.Last updated
- Alicense-qualityDmaintenanceEnables natural language interaction with local SQLite databases through Claude Desktop, translating plain English queries into SQL for data analysis and exploration.Last updated3MIT
- Flicense-qualityDmaintenanceConnects Claude Desktop to your Garmin Connect running data stored locally in SQLite, enabling querying, syncing, and AI analysis of fitness activities.Last updated1
- Alicense-qualityFmaintenanceEnables connecting to any SQL database, exploring schemas, running queries, and visualizing results with interactive charts from Claude Desktop.Last updatedMIT
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bibekg/mydata'
If you have feedback or need assistance with the MCP directory API, please join our Discord server