Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

TalentLMS in other clients