Skip to content
Zed

DistrictAPI for Zed

dev.districtapi/districtapi-mcp

US public school districts and schools by address — enrollment, demographics, boundaries

client:Zed transport:stdio runtime:pypi

Install DistrictAPI 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": {
    "districtapi-mcp": {
      "command": "uvx",
      "args": [
        "districtapi-mcp"
      ],
      "env": {
        "DISTRICTAPI_KEY": "<DISTRICTAPI_KEY>"
      }
    }
  }
}

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

DistrictAPI in other clients