We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/riccardo-larosa/docebo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "docebo-mcp-server",
"version": "0.2.0",
"description": "MCP server that bridges Claude and other MCP clients to the Docebo Learning Platform API",
"scripts": {
"test": "vitest run",
"coverage": "vitest run --coverage",
"test:contract": "vitest run __tests__/api-contract.test.ts",
"build": "tsc -b",
"dev:hono": "tsc-watch --onSuccess \"node build/server/hono-index.js\"",
"start": "node build/server/hono-index.js",
"prepare": "husky"
},
"keywords": [
"mcp",
"model-context-protocol",
"docebo",
"lms",
"learning-management",
"claude",
"ai"
],
"author": "Riccardo La Rosa <rlarosa@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/riccardo-larosa/docebo-mcp-server.git"
},
"homepage": "https://github.com/riccardo-larosa/docebo-mcp-server#readme",
"bugs": {
"url": "https://github.com/riccardo-larosa/docebo-mcp-server/issues"
},
"engines": {
"node": ">=18"
},
"type": "module",
"dependencies": {
"@apidevtools/swagger-parser": "^12.1.0",
"@hono/node-server": "^1.19.9",
"@modelcontextprotocol/sdk": "^1.26.0",
"axios": "^1.13.5",
"commander": "^14.0.3",
"dotenv": "^17.2.4",
"fetch-to-node": "^2.1.0",
"hono": "^4.11.9",
"openapi-types": "^12.1.3",
"uuid": "^13.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.2.3",
"@types/supertest": "^6.0.3",
"@vitest/coverage-v8": "^4.0.18",
"husky": "^9.1.7",
"supertest": "^7.2.2",
"tsc-watch": "^7.2.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}