Skip to content
Zed

landing for Zed

io.github.ryudi84/landing

MCP server for generating production-ready HTML landing pages.

client:Zed transport:stdio runtime:npm

Install landing in Zed

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

{
  "context_servers": {
    "landing": {
      "command": "npx",
      "args": [
        "-y",
        "landing-forge-mcp"
      ]
    }
  }
}

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

landing in other clients