MCP.so
登录

LearnMCP-xAPI

@DavidLMS

关于 LearnMCP-xAPI

An open-source MCP (Model Context Protocol) server that enables AI agents to record and retrieve learning activities through xAPI-compliant Learning Record Stores

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

DavidLMS

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "learnmcp-xapi": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "learnmcp-env"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LearnMCP-xAPI?

LearnMCP-xAPI is an open-source MCP (Model Context Protocol) server that enables AI agents to record and retrieve learning activities through xAPI-compliant Learning Record Stores. It creates a bridge between AI interactions and learning analytics, allowing intelligent systems to build contextual understanding of what learners know, practice, and achieve. It is designed for developers building AI tutoring systems, personalized learning assistants, or educational analytics platforms.

How to use LearnMCP-xAPI?

Install by cloning the repository and installing dependencies (Python 3.8+ required). Configure by copying .env.example to .env and setting your LRS plugin (e.g., lrsql, ralph, veracity), student identifier (ACTOR_UUID), and LRS credentials. Then use with an MCP-compatible client like Claude Desktop. The server exposes three core tools via MCP: statement recording, progress retrieval, and activity vocabulary management.

Key features of LearnMCP-xAPI

  • xAPI 1.0.3 compliance for interoperability with educational ecosystems.
  • Native MCP integration for seamless AI agent connectivity.
  • Plugin architecture supporting multiple Learning Record Stores (LRS SQL, Ralph LRS, Veracity Learning).
  • Privacy-preserving design using unique student identifiers (ACTOR_UUID).
  • Intelligent statement generation from natural language learning activities.
  • Contextual learning queries for adaptive AI responses.
  • Robust retry logic and error

评论

其他 分类下的更多 MCP 服务器