Skip to content
Zed

schema gen for Zed

io.github.sharozdawa/schema-gen

Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ.

client:Zed transport:stdio runtime:npm

Install schema gen in Zed

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

{
  "context_servers": {
    "schema-gen": {
      "command": "npx",
      "args": [
        "-y",
        "schema-gen-mcp"
      ]
    }
  }
}

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

schema gen in other clients