Skip to content
Zed

UML Forge for Zed

io.github.dave1362/umlforge

Architecture intelligence, security analysis, and living docs. 14 Mermaid tools.

client:Zed transport:stdio runtime:pypi

Install UML Forge 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": {
    "umlforge": {
      "command": "uvx",
      "args": [
        "umlforge"
      ],
      "env": {
        "UMLFORGE_API_KEY": "<UMLFORGE_API_KEY>"
      }
    }
  }
}

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

UML Forge in other clients