Read-only MCP server for OpenEMIS — free open-source school management system. 675 resources.

stdiocommunityapplication

Package Details

Transportstdio

Environment Variables

OPENEMIS_BASE_URL(str)
Required

Base URL of your OpenEMIS instance (e.g., https://demo.openemis.org/core)

OPENEMIS_USERNAME(str)
Required

OpenEMIS login username

OPENEMIS_PASSWORD(str)
RequiredSecret

OpenEMIS login password

OPENEMIS_API_KEY(str)
RequiredSecret

OpenEMIS API key (issued by the OpenEMIS admin)

OPENEMIS_TIMEOUT_MS(str)

Request timeout in milliseconds (default 30000)

OPENEMIS_LOG_VERBOSE(str)

Set to 1 to log every tool call and result as JSONL. OFF by default. Results contain tenant PII — enable only on instances you own.

OPENEMIS_LOG_FILE(str)

Path to write verbose JSONL log. If empty and OPENEMIS_LOG_VERBOSE=1, logs go to stderr.