MCP Server
MCP
TalentLMS
TalentLMS MCP server: users, courses, groups, branches, reporting, and assessments
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
By
Comments
Sign in to leave a comment