Skip to content
Windsurf

openemis for Windsurf

io.github.tixuz/openemis

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

client:Windsurf transport:stdio runtime:npm

Install openemis in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openemis": {
      "command": "npx",
      "args": [
        "-y",
        "openemis-mcp"
      ],
      "env": {
        "OPENEMIS_BASE_URL": "<OPENEMIS_BASE_URL>",
        "OPENEMIS_USERNAME": "<OPENEMIS_USERNAME>",
        "OPENEMIS_PASSWORD": "<OPENEMIS_PASSWORD>",
        "OPENEMIS_API_KEY": "<OPENEMIS_API_KEY>",
        "OPENEMIS_TIMEOUT_MS": "<OPENEMIS_TIMEOUT_MS>",
        "OPENEMIS_LOG_VERBOSE": "<OPENEMIS_LOG_VERBOSE>",
        "OPENEMIS_LOG_FILE": "<OPENEMIS_LOG_FILE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

openemis in other clients