Skip to content
Zed

ui mcp for Zed

io.github.forge-space/ui-mcp

Forge Space MCP server for UI and backend generation via stdio transport.

client:Zed transport:stdio runtime:npm

Install ui mcp in Zed

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

{
  "context_servers": {
    "ui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgespace/ui-mcp"
      ]
    }
  }
}

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

ui mcp in other clients