← Back to Plugins
MCP Server MCP

io.github.tixuz/openemis-pro

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "openemis-mcp-pro",
      "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 API key (issued by the OpenEMIS admin). Required for every upstream login.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENEMIS_API_KEY"
        },
        {
          "description": "OpenEMIS login username. Optional — if unset, server fails closed and requires openemis_login at runtime.",
          "format": "string",
          "name": "OPENEMIS_USERNAME"
        },
        {
          "description": "OpenEMIS login password. Pairs with OPENEMIS_USERNAME for env-default auth.",
          "format": "string",
          "isSecret": true,
          "name": "OPENEMIS_PASSWORD"
        },
        {
          "description": "Request timeout in milliseconds (default 30000)",
          "format": "string",
          "name": "OPENEMIS_TIMEOUT_MS"
        },
        {
          "description": "Set to 1 to enable native IN-operator batch GETs once your OpenEMIS Core has POCOR-9660 deployed.",
          "format": "string",
          "name": "OPENEMIS_CORE_IN_OPERATOR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...