Skip to content
Zed

useVyre Context for Zed

io.github.gapra/usevyre-context

useVyre component context for AI agents — valid props, variants, anti-patterns, and design tokens.

client:Zed transport:stdio runtime:npm

Install useVyre Context in Zed

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

{
  "context_servers": {
    "usevyre-context": {
      "command": "npx",
      "args": [
        "-y",
        "@usevyre/mcp-server"
      ]
    }
  }
}

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

useVyre Context in other clients