Skip to content
Zed

Mirofy for Zed

io.github.hasan-laraib/mirofy

Ask a repository what depends on what. Every answer cites the file, line and commit it came from.

client:Zed transport:stdio runtime:npm

Install Mirofy in Zed

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

{
  "context_servers": {
    "mirofy": {
      "command": "npx",
      "args": [
        "-y",
        "mirofy-cli"
      ]
    }
  }
}

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

Mirofy in other clients