← Back to Plugins
MCP Server MCP

TalentLMS

github By github 👁 1 views ▲ 0 votes

TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-talentlms",
      "version": "0.4.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "TalentLMS API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TALENTLMS_API_KEY"
        },
        {
          "description": "TalentLMS subdomain (e.g. acme for acme.talentlms.com)",
          "isRequired": true,
          "format": "string",
          "name": "TALENTLMS_DOMAIN"
        },
        {
          "description": "Request timeout in milliseconds",
          "format": "number",
          "default": "30000",
          "name": "TALENTLMS_REQUEST_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...