# StudioMeyer Academy MCP server

Free Memory-First AI Operator course as an MCP server. Bundled curriculum, no account needed.

## Links
- Registry page: https://www.getdrio.com/mcp/io-studiomeyer-academy
- Repository: https://github.com/studiomeyer-io/mcp-academy

## Install
- Command: `npx -y mcp-academy`
- Endpoint: https://mcp.studiomeyer.academy/mcp
- Auth: Not captured

## Setup notes
- Package: Npm mcp-academy v0.3.0
- Environment variable: ACADEMY_API_KEY (secret)
- Remote endpoint: https://mcp.studiomeyer.academy/mcp

## Tools
- academy_welcome - ALWAYS call this first when a user connects or asks what this is. Returns a short orientation for StudioMeyer Academy — a free 6-level 'Memory-First AI Operator' curriculum (Levels 1-3 fundamentals, 4-6 memory/MCP/multi-agent), plus playbooks and build recipes. Read it back to the user in their language and offer to start at their level. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_levels - List the 6 curriculum levels with title, subtitle and lesson count. Use to show the user the learning path and ask where they want to start. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_lessons - List all lessons in a level (titles, descriptions, duration). No body — call academy_lesson for the full text. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_lesson - Get the FULL text of one lesson. Teach it to the user: explain it in your own words, answer questions, give examples. This is how a user 'takes the course' with you as tutor. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_playbooks - List hands-on playbooks (short, practical how-tos for Claude Code, MCP, memory, agents). Optional category filter. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_playbook - Get the full text of one playbook by slug. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_recipes - List build recipes — step-by-step guides to build, deploy and ship real MCP servers and agent systems, organised by phase (1-16). Optional phase filter. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_recipe - Get the full text of one build recipe by slug. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_search - Search the whole curriculum (lessons + playbooks + recipes) by keyword. Returns ranked matches with snippets and ids. Use when the user asks about a topic and you want the most relevant material. Endpoint: https://mcp.studiomeyer.academy/mcp
- academy_tutor_context - Get a lesson packaged as a tutoring brief: the full lesson text plus its learning goals and the level context. Call this when the user wants to be *taught* a lesson — then YOU act as their tutor using this material (no Academy account needed, you are the tutor). Endpoint: https://mcp.studiomeyer.academy/mcp
- search - Search StudioMeyer Academy course material. Returns a list of matching lessons, playbooks and recipes with ids you can pass to `fetch`. Endpoint: https://mcp.studiomeyer.academy/mcp
- fetch - Fetch the full text of one Academy item (lesson, playbook or recipe) by the id returned from `search`. Endpoint: https://mcp.studiomeyer.academy/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.studiomeyer
- Version: 0.3.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 31, 2026
- Source: https://registry.modelcontextprotocol.io
