mcp-academy
The mcp-academy server provides an interactive, AI-delivered learning platform for the "Memory-First AI Operator" course by StudioMeyer, with tools for browsing curriculum, tracking progress, quizzes, and an optional AI tutor. No account is needed for core learning; an account/API key unlocks personalized features.
Curriculum Access
academy_welcome— orientation to start the learning journeyacademy_levels— browse all 6 levels with access status and progressacademy_lessons/academy_lesson— list or read full lesson contentacademy_playbooks/academy_playbook— access playbooksacademy_recipes/academy_recipe— access build recipesacademy_search— search across all lessons and content
AI Tutoring
academy_tutor_context— packages a lesson for AI-assisted teachingacademy_tutor(Pro) — ask the Academy AI tutor questions with lesson context
Progress & Personalization (account required)
academy_stats— view XP, rank, streak, badges, certificates, and league standingacademy_next_lesson— get a personalized next-lesson recommendationacademy_progress_complete— mark lessons complete to earn XP and update streaks
Quizzes & Certificates (account required)
academy_quiz/academy_quiz_submit— fetch and submit quizzes for scores, feedback, and certificatesacademy_certificates— list earned certificates with public verification URLs
Spaced Repetition (account required)
academy_review— list items due for review todayacademy_review_grade— grade recall attempts using the SM-2 algorithm
Other
Supports English, German, and Spanish
Can be deployed as a public, anonymous, read-only HTTP endpoint via
search/fetchconnectors (e.g., ChatGPT connector)
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., "@mcp-academywhat's my next lesson?"
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.
Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it
mcp-academy
Take the StudioMeyer Academy "Memory-First AI Operator" course right inside your AI. Claude, ChatGPT, Cursor or Codex becomes your tutor — it pulls the lessons, explains them, answers your questions, and walks you through building real things.
The whole curriculum ships inside this package: 6 levels, ~47 lessons (DE/EN/ES), 48 hands-on playbooks, 61 build recipes. No account, no API key, no database, no network needed to learn. It's free and open source.
Levels 1–3 — fundamentals: what LLMs really do, prompting, simple automation.
Levels 4–6 — the part almost nobody teaches: persistent memory, the MCP protocol, hooks & skills, multi-agent systems, and building + selling your own MCP server.
Academy lives at https://studiomeyer.academy.
A note from us
We have been building tools and systems for ourselves for the past two years. The fact that this repo is small and has few stars is not because it is new. It is because we only just decided to share what we have built. It is not a fresh experiment, it is a long story with a recent commit.
We love building things and sharing them. We do not love social media tactics, growth hacks, or chasing stars and followers. So this repo is small. The code is real, it gets used, issues get answered. Judge for yourself.
From a small studio in Palma de Mallorca.
Related MCP server: Claude Memory MCP Server
Quick start
Claude Code
claude mcp add academy -s user -- npx -y mcp-academyThen just say: "Start the Academy." Your assistant calls academy_welcome and you're learning.
Cursor / Claude Desktop / Codex
{
"mcpServers": {
"academy": {
"command": "npx",
"args": ["-y", "mcp-academy"]
}
}
}ChatGPT (and other remote connectors)
ChatGPT connects to a hosted URL, not a local command. Add a connector pointing at:
https://mcp.studiomeyer.academy/mcpNo authentication needed — it's a public, read-only learning server. (Settings → Connectors / Developer mode → add the URL above.) ChatGPT then uses search + fetch to read the course and teach it to you.
What you can do (free, no account)
Tool | What it does |
| Orientation — call this first |
| The 6-level learning path |
| List a level / read a full lesson |
| Hands-on how-tos |
| Step-by-step build guides |
| Search the whole curriculum |
| Get a lesson packaged for tutoring — your AI teaches it |
| The ChatGPT connector contract (read course material) |
All locales: de, en, es (default en).
Optional: track your progress (account)
If you have a studiomeyer.academy account, add your API key over stdio to unlock personal progress, quizzes, spaced-repetition and certificates:
claude mcp add academy -s user --env ACADEMY_API_KEY=academy_xxx -- npx -y mcp-academyCreate a key at https://studiomeyer.academy/dashboard/keys. This adds: academy_stats, academy_next_lesson, academy_progress_complete, academy_quiz, academy_quiz_submit, academy_review, academy_review_grade, academy_certificates, academy_tutor (Pro). These talk to the Academy REST bridge with your Bearer token — and are only ever available over stdio, never on the public HTTP endpoint.
ACADEMY_BASE_URLdefaults tohttps://studiomeyer.academyand should only ever point at the real Academy origin (it's where your key is sent). Useful for pointing at a local Academy instance during development.
Run your own HTTP endpoint
PORT=8080 npx -y mcp-academy --http # public, anonymous, read-only at /mcpStateless Streamable HTTP, one isolated session per request. Put it behind a reverse proxy / Cloudflare. The HTTP mode never reads ACADEMY_API_KEY (a shared hosted key would expose one account to everyone).
How it stays fresh & safe
The curriculum is baked into the package at build time from the live Academy content (npm run bundle), behind a hard source whitelist + a secret-leak gate that aborts the build on any real-looking credential. Quiz answer keys and the AI-tutor system prompt are never bundled — they live server-side and are only reachable with your own account key.
About StudioMeyer
StudioMeyer is an AI and design studio in Palma de Mallorca, working with clients worldwide. We build custom websites and AI infrastructure for small and medium businesses. Source: studiomeyer-io/mcp-academy. Issues and PRs welcome — hello@studiomeyer.io.
License
MIT © StudioMeyer
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
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/studiomeyer-io/mcp-academy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server