
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
mcp-academy
Advanced tools
Free 'Memory-First AI Operator' course as an MCP server — take it inside Claude, Cursor, Codex or ChatGPT. Bundled curriculum (6 levels + playbooks + recipes), no account needed. Optional API key unlocks progress, quizzes, certificates.
Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it
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.
Academy lives at https://studiomeyer.academy.
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.
claude mcp add academy -s user -- npx -y mcp-academy
Then just say: "Start the Academy." Your assistant calls academy_welcome and you're learning.
{
"mcpServers": {
"academy": {
"command": "npx",
"args": ["-y", "mcp-academy"]
}
}
}
ChatGPT connects to a hosted URL, not a local command. Add a connector pointing at:
https://mcp.studiomeyer.academy/mcp
No 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.
| Tool | What it does |
|---|---|
academy_welcome | Orientation — call this first |
academy_levels | The 6-level learning path |
academy_lessons / academy_lesson | List a level / read a full lesson |
academy_playbooks / academy_playbook | Hands-on how-tos |
academy_recipes / academy_recipe | Step-by-step build guides |
academy_search | Search the whole curriculum |
academy_tutor_context | Get a lesson packaged for tutoring — your AI teaches it |
search / fetch | The ChatGPT connector contract (read course material) |
All locales: de, en, es (default en).
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-academy
Create 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.
PORT=8080 npx -y mcp-academy --http # public, anonymous, read-only at /mcp
Stateless 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).
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.
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.
MIT © StudioMeyer
FAQs
Free 'Memory-First AI Operator' course as an MCP server — take it inside Claude, Cursor, Codex or ChatGPT. Bundled curriculum (6 levels + playbooks + recipes), no account needed. Optional API key unlocks progress, quizzes, certificates.
The npm package mcp-academy receives a total of 28 weekly downloads. As such, mcp-academy popularity was classified as not popular.
We found that mcp-academy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.