LearnWorlds for Windsurf
io.github.ohneben/learnworlds-mcp
All 94 LearnWorlds LMS API endpoints as safety-categorized MCP tools (read/write/destructive).
client:Windsurf
transport:stdio
runtime:oci
Install LearnWorlds in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs