LevelUp.log
Provides Google OAuth login for user authentication to access the LevelUp.log profile and leaderboard.
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., "@LevelUp.logRecord a learn achievement: finished React course, +40 XP"
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.
LevelUp.log
Turn your daily grind into a game. An MCP Server for AI assistants that silently records your micro-achievements between conversations.
"I did so much today but it feels like I did nothing." — Sound familiar? LevelUp.log fixes that.
Quick Start
npx @levelup-log/mcp-server initAuto-detects your AI tools (Claude Desktop, Claude Code, Cursor, Windsurf) and configures MCP in one command.
Related MCP server: Ava
What is this?
LevelUp.log is an MCP (Model Context Protocol) Server. Once installed, your AI assistant automatically turns everyday activities into game-style achievements:
Wrote code? +50 XP — "Bug Slayer"
Took care of the kids? +30 XP — "Parenting Hero"
Went for a run? +25 XP — "Morning Warrior"
Learned something new? +40 XP — "Knowledge Seeker"
Your age is your level (28 years old = Lv.28). XP unlocks titles, climbs leaderboards, and powers your yearly review.
Why MCP?
Traditional habit trackers fail because recording itself is a chore. With MCP, logging happens as a byproduct of conversation. Just talk to your AI assistant as you normally do — achievements drop automatically, like loot in an RPG.
Zero friction. Pure dopamine.
Features
Feature | Description |
Achievements | 15 categories (code, life, health, learn, creative...) |
XP System | 5-500 XP per achievement, cumulative + yearly + seasonal |
Level System | Age = Level. Auto "level up" on your birthday |
Titles | 15 titles (common → legendary), auto-unlock when conditions are met |
Streaks | Daily streak tracking. Your AI coach won't let you break it |
Leaderboard | Season / monthly / all-time rankings |
Public Profile |
|
AI Coach | Not empty praise — specific recognition with personality |
How It Works
You talk to AI → AI detects an achievement → MCP records it → XP + title check
→ Streak update
→ Leaderboard syncInstall the MCP Server in your AI tool
First use triggers Google OAuth login
Your AI assistant records achievements as you work and live
Visit your profile page to see your progress
Achievement Categories
Category | What counts |
| Writing code, shipping features |
| Bug fixes |
| Deployments, releases |
| Writing tests |
| Documentation |
| Code refactoring |
| Code reviews |
| Learning something new |
| DevOps, infrastructure |
| Major milestones |
| Daily life (parenting, errands, chores) |
| Exercise, diet, medical |
| Budgeting, saving, investing |
| Helping others, meetups |
| Writing, drawing, making videos |
Tech Stack
Monorepo (pnpm + Turborepo)
├── MCP Server — TypeScript + @modelcontextprotocol/sdk ^1.27.0 + Zod 4
├── Frontend — Next.js 15 (App Router) + Tailwind CSS v4 + @supabase/ssr
├── Backend — Supabase (PostgreSQL + Edge Functions + Auth)
└── CI/CD — GitHub Actions + VercelMCP Tools
Tool | Description |
| Record an achievement (category, title, description, XP 5-500) |
| View level, total XP, yearly XP, streak, active title |
| Recent achievements (filter by category / days / count) |
| Check newly unlocked titles + progress to next title |
| Rankings (season / monthly / all-time) with your position |
Manual Setup
Add to your MCP config file:
{
"mcpServers": {
"levelup-log": {
"command": "npx",
"args": ["-y", "@levelup-log/mcp-server@latest", "serve"]
}
}
}Config file locations:
Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(macOS)Claude Code:
~/.claude/settings.jsonCursor:
~/.cursor/mcp.jsonWindsurf:
~/.windsurf/mcp.json
Project Structure
levelup-log/
├── packages/
│ ├── mcp-server/ # npm: @levelup-log/mcp-server
│ │ ├── src/server.ts # 5 MCP tools + 1 prompt
│ │ ├── src/auth/ # OAuth + PKCE + keychain
│ │ ├── src/init/ # npx init setup wizard
│ │ ├── src/utils/ # API, config, rate-limiter, logger
│ │ └── tests/ # 41 Vitest tests
│ └── web/ # Next.js 15 frontend
│ └── src/app/ # 9 routes (home, login, dashboard, leaderboard, profile...)
├── supabase/
│ ├── migrations/ # 9 tables + RLS + Triggers
│ ├── functions/ # 5 Edge Functions
│ └── seed.sql # 15 seed titles
└── .github/workflows/ # CI + npm publishDevelopment
Prerequisites
Node.js >= 20
pnpm 10+
Supabase CLI (for local development)
Commands
pnpm install # Install dependencies
pnpm dev # Start all packages in dev mode
pnpm build # Build all packages
pnpm test # Run all testsPer-package
# MCP Server
cd packages/mcp-server
pnpm dev # tsx watch mode
pnpm test # vitest (41 tests)
pnpm inspect # MCP Inspector
# Frontend
cd packages/web
pnpm dev # next dev --turbopack
pnpm build # next buildEnvironment Variables
# Frontend (packages/web)
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJ...
# MCP Server: anon key is hardcoded in config.ts (public key, safe to embed)Deployment
Component | Platform |
Frontend | Vercel (auto-build from |
Backend | Supabase (hosted) |
MCP Server | npm ( |
CI | GitHub Actions |
npm Publishing
git tag mcp-server@0.1.0
git push --tags
# GitHub Actions auto-publishes to npmSecurity
3-layer rate limiting: Local 60s cooldown → Edge Function 20/hr → Database RLS
Auth: Google OAuth + PKCE flow, tokens stored locally at
~/.levelup/credentials.jsonRLS: All database operations bound to
auth.uid()— users can only access their own dataSanitization: Edge Functions filter sensitive patterns (emails, IPs, API keys) before storage
License
MIT
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.
Latest Blog Posts
- 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/lgscvb/levelup-log'
If you have feedback or need assistance with the MCP directory API, please join our Discord server