LearnWorlds for Zed
io.github.ohneben/learnworlds-mcp
All 94 LearnWorlds LMS API endpoints as safety-categorized MCP tools (read/write/destructive).
client:Zed
transport:stdio
runtime:oci
Install LearnWorlds in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"learnworlds-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ohneben/learnworlds-mcp:1.1.2"
],
"env": {
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"LEARNWORLDS_BASE_URL": "<LEARNWORLDS_BASE_URL>",
"LEARNWORLDS_API_TOKEN": "<LEARNWORLDS_API_TOKEN>",
"LEARNWORLDS_CLIENT_ID": "<LEARNWORLDS_CLIENT_ID>",
"MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs