TalentLMS for Zed
io.github.mindstone/mcp-server-talentlms
TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments
client:Zed
transport:stdio
runtime:npm
Install TalentLMS in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-talentlms": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-talentlms"
],
"env": {
"TALENTLMS_API_KEY": "<TALENTLMS_API_KEY>",
"TALENTLMS_DOMAIN": "<TALENTLMS_DOMAIN>",
"TALENTLMS_REQUEST_TIMEOUT": "<TALENTLMS_REQUEST_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs