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.1.tar.gz (72.8 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.1-py3-none-any.whl (85.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_lmsnex-0.2.1.tar.gz
  • Upload date:
  • Size: 72.8 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.1.tar.gz
Algorithm Hash digest
SHA256 361f00b9ce662ca14267bc7bc68e32e77609aad9333c2806fa9501afa736c05a
MD5 17a5aafb0e9323544e17bd589eda0707
BLAKE2b-256 a1b146ae9c4fa602d101b7eaeb4edffa0632ddc5ffb91b5d7cb5fca060d1ab2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mcp_lmsnex-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 85.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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 344d6d9169b82e95854e307812ec0b020c4b462c0dd977919f8edaa04d63ebad
MD5 ebd258268586cc9444742109110328ea
BLAKE2b-256 060511a811eaaa841ff558a3477fd370b2487dde5352a6050ee3dfca1790f96c

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

This release

0.2.1 This release

2 files

0.2.0

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