Skip to content
Zed

cmp inspector for Zed

io.github.kvdm-co-pilot/cmp-inspector

Compose Multiplatform UI as structured JSON for agents: trees, tokens, previews, diffs. No pixels.

client:Zed transport:stdio runtime:npm

Install cmp inspector in Zed

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

{
  "context_servers": {
    "cmp-inspector": {
      "command": "npx",
      "args": [
        "-y",
        "@create-cmp/inspector"
      ]
    }
  }
}

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

cmp inspector in other clients