MCP Server
MCP
HiveLearn
Read and author HiveLearn courses, events, quizzes, certificates, resources, leaderboards, tracks.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.hivelearn.app",
"headers": [
{
"description": "Your HiveLearn API key. Create one at Admin → API Keys in your HiveLearn community.",
"isRequired": true,
"isSecret": true,
"name": "X-Hivelearn-Api-Key"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "hivelearn-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your HiveLearn API key (hl_live_...). Create one at Admin → API Keys in your HiveLearn community.",
"isRequired": true,
"isSecret": true,
"name": "HIVELEARN_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment