mcpbeat

StudioMeyer Academy MCP Server

io.studiomeyer/academy
answering

StudioMeyer Academy is answering right now. Last checked 3 min ago. 34 installs a week from npm. It exposes 12 tools. Last commit 26 Jul 2026.

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

Installs per day peak 21 · avg 7 · -41% w/w
a month agotoday
Uptime history 47 hours of history
47 hours agonow
100.0%
Uptime 24h
92 of 92 checks
12
Tools
read from the server
181 ms
Response time
average over 24h
34
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add academy --transport http https://mcp.studiomeyer.academy/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "academy": {
      "url": "https://mcp.studiomeyer.academy/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.academy]
url = "https://mcp.studiomeyer.academy/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "academy": {
      "url": "https://mcp.studiomeyer.academy/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "academy": {
      "url": "https://mcp.studiomeyer.academy/mcp"
    }
  }
}

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

academy
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.
academy_lessons
List all lessons in a level (titles, descriptions, duration). No body — call academy_lesson for the full text.
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.
academy_playbook
Get the full text of one playbook by slug.
academy_playbooks
List hands-on playbooks (short, practical how-tos for Claude Code, MCP, memory, agents). Optional category filter.
academy_recipe
Get the full text of one build recipe by slug.
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.
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.
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).
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.
fetch
fetch
Fetch the full text of one Academy item (lesson, playbook or recipe) by the id returned from `search`.
search
search
Search StudioMeyer Academy course material. Returns a list of matching lessons, playbooks and recipes with ids you can pass to `fetch`.

Endpoints

URLTransportStateLatencyChecked
https://mcp.studiomeyer.academy/mcp streamable-http answering 209 ms 3 min ago

StudioMeyer Academy — questions

Answers built from our own checks of this server.

What can StudioMeyer Academy do?
It exposes 12 tools, read directly from the server on our last check. Among them: academy_lesson, academy_lessons, academy_levels, academy_playbook, academy_playbooks, academy_recipe and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is StudioMeyer Academy working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 181 ms. The bar chart above shows every period we have measured.
How do I connect StudioMeyer Academy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does StudioMeyer Academy need an API key?
No. StudioMeyer Academy completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is StudioMeyer Academy?
It answers our handshake in 181 ms on average, which is faster than 67% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use StudioMeyer Academy?
The npm package mcp-academy was installed 34 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StudioMeyer Academy open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.