MCP Server
MCP
io.github.tixuz/openemis
Read-only MCP server for OpenEMIS — free open-source school management system. 675 resources.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "openemis-mcp",
"version": "1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your OpenEMIS instance (e.g., https://demo.openemis.org/core)",
"isRequired": true,
"format": "string",
"name": "OPENEMIS_BASE_URL"
},
{
"description": "OpenEMIS login username",
"isRequired": true,
"format": "string",
"name": "OPENEMIS_USERNAME"
},
{
"description": "OpenEMIS login password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENEMIS_PASSWORD"
},
{
"description": "OpenEMIS API key (issued by the OpenEMIS admin)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENEMIS_API_KEY"
},
{
"description": "Request timeout in milliseconds (default 30000)",
"format": "string",
"name": "OPENEMIS_TIMEOUT_MS"
},
{
"description": "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.",
"format": "string",
"name": "OPENEMIS_LOG_VERBOSE"
},
{
"description": "Path to write verbose JSONL log. If empty and OPENEMIS_LOG_VERBOSE=1, logs go to stderr.",
"format": "string",
"name": "OPENEMIS_LOG_FILE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment