Skip to content

Education Scope MCP for Zed

io.github.yama-tana/education-scope-mcp

Classify Japanese curriculum scope, audit grade limits, and search normalized MEXT data.

client:Zed transport:stdio runtime:oci

Install Education Scope MCP in Zed

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

{
  "context_servers": {
    "education-scope-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yama-tana/education-scope-mcp:0.2.0"
      ]
    }
  }
}

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

Education Scope MCP in other clients