Skip to main content

lmsnex-mcp-server

MCP bridge between NEXA agents and LMSNEX, supporting three agent domains:

Domain Agent Capabilities
Creator Nexa Course Composer Ingest materials, draft courses, SME review
Manager Nexa Academy Operator Enrollments, learning paths, reporting, certifications
Learner Nexa Learning Companion Content search with citations, progress, knowledge gaps

Architecture

┌─────────────┐   MCP    ┌──────────────────┐   REST   ┌──────────┐
│  NEXA Agent │ ◄──────► │  lmsnex-server   │ ◄──────► │  LMSNEX  │
│  (client)   │ stdio/SSE│  (Python)        │  x-api-key│  API     │
└─────────────┘          └──────────────────┘          └──────────┘

See ARCHITECTURE.md for details and AGENTS.md for per-agent tool scoping.

Quick start

1. Install

cd lmsnex-mcp-server
python -m venv venv
source venv/bin/activate   # Windows: venv\Scripts\activate
pip install -r requirements.txt
cp app/config.example.py app/config.py

2. Configure

Set environment variables:

export LMSNEX_API_BASE_URL="https://your-lmsnex-host/api"
export LMSNEX_API_KEY="your-api-key-here"

3. Run (stdio)

python -m app.mcp_server
# or after pip install:
mcp-lmsnex

4. Run (HTTP — Cloud Run / local)

./run-http-server-local.sh
# Health: http://localhost:8080/health
# Tools:  GET http://localhost:8080/mcp/tools

NEXA MCP client config (stdio)

{
  "mcpServers": {
    "lmsnex": {
      "command": "/path/to/venv/bin/python",
      "args": ["-m", "app.mcp_server"],
      "cwd": "/path/to/lmsnex-mcp-server",
      "env": {
        "LMSNEX_API_BASE_URL": "https://your-lmsnex-host/api",
        "LMSNEX_API_KEY": "your-api-key-here"
      }
    }
  }
}

MCP tools

Creator

  • upload_source_material, ingest_source_material, create_course_draft
  • generate_course_modules, save_course_modules
  • save_course_objectives, save_course_assessments
  • submit_course_for_review, get_course_draft_status
  • generate_course_from_article, generate_course_from_powerpoint (text-only PPTX → Moodle)
  • generate_quiz_from_content (course text → MCQ / T-F / short answer; easy|medium|hard)
  • generate_speaker_notes, split_presentation_into_chapters / split_master_deck

Manager

  • list_users, list_cohorts, enroll_users, assign_learning_path
  • get_enrollment_report, get_completion_report
  • issue_certification, get_certification_status

Learner

  • search_course_content (returns moduleId, title, excerpt citations)
  • get_module_content, get_learner_progress
  • get_recommended_next_steps, record_knowledge_gap

MCP resources

  • lmsnex://courses/catalog
  • lmsnex://learning-paths/all

Docker

docker build -t lmsnex-mcp-server .
docker run -p 8080:8080 \
  -e LMSNEX_API_BASE_URL="https://your-lmsnex-host/api" \
  -e LMSNEX_API_KEY="your-api-key-here" \
  lmsnex-mcp-server

Cloud Run

./deploy-cloudrun-http.sh

Tests

python test_api.py
python test_mcp_client.py
python test_setup.py
python test_package.py

Project layout

lmsnex-mcp-server/
├── app/
│   ├── mcp_server.py          # Stdio MCP server
│   ├── http_mcp_server.py     # HTTP/SSE wrapper
│   ├── config.example.py
│   └── loaders/
│       └── lmsnex_api_loader.py
├── pyproject.toml
├── requirements.txt
├── Dockerfile
├── AGENTS.md
└── ARCHITECTURE.md

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_lmsnex-0.2.0.tar.gz (72.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_lmsnex-0.2.0-py3-none-any.whl (84.2 kB view details)

Uploaded Python 3

File details

Details for the file mcp_lmsnex-0.2.0.tar.gz.

File metadata

  • Download URL: mcp_lmsnex-0.2.0.tar.gz
  • Upload date:
  • Size: 72.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.5

File hashes

Hashes for mcp_lmsnex-0.2.0.tar.gz
Algorithm Hash digest
SHA256 5783988d6ce7c75592f1a7a138026d61b7a9b1a6c9350f24574badd320cb89ab
MD5 e2a7a38b82c5b69e71f73041b49f3d46
BLAKE2b-256 d8c8626fe67133840cef7821deb1e8148f3c62bfb4ab53c3d555dcdebafb63ed

See more details on using hashes here.

File details

Details for the file mcp_lmsnex-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: mcp_lmsnex-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 84.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.5

File hashes

Hashes for mcp_lmsnex-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bbc214883ddeace8a571f3c66d8708425fab077229cb81256358ae9284b01d6e
MD5 b85317367e36d6e1992ad9fc0c779105
BLAKE2b-256 bed812b21c97bf1aaa4d4b98405986ec82d637d248db2ae5843509076efe8be3

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

This release

0.2.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page