← Back to Plugins
MCP Server MCP

StudioMeyer Academy

github By github 👁 3 views ▲ 0 votes

The Academy curriculum as an offline MCP library. Hosted course connector adds progress.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.studiomeyer.academy/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-academy",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional, stdio only. Legacy Academy API key. The hosted connector at mcp.studiomeyer.academy uses OAuth instead and needs no key.",
          "format": "string",
          "isSecret": true,
          "name": "ACADEMY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...