Skip to content
Zed

ictexam mcp for Zed

io.github.ictinnovations/ictexam-mcp

Read exams, gradebooks and item analysis; parse papers with AI and publish exams.

client:Zed transport:stdio runtime:npm

Install ictexam mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ictexam-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ictexam-mcp"
      ],
      "env": {
        "ICTEXAM_BASE_URL": "<ICTEXAM_BASE_URL>",
        "ICTEXAM_EMAIL": "<ICTEXAM_EMAIL>",
        "ICTEXAM_PASSWORD": "<ICTEXAM_PASSWORD>",
        "ICTEXAM_API_PREFIX": "<ICTEXAM_API_PREFIX>",
        "ICTEXAM_MCP_ALLOW_WRITE": "<ICTEXAM_MCP_ALLOW_WRITE>",
        "ICTEXAM_TIMEOUT_MS": "<ICTEXAM_TIMEOUT_MS>",
        "ICTEXAM_TLS_INSECURE": "<ICTEXAM_TLS_INSECURE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ictexam mcp in other clients