Skip to content
Gemini CLI

Fuse for Gemini CLI

io.github.litenova-solutions/fuse

Local .NET compiler verification, change impact, and typed wiring for AI agents.

client:Gemini CLI transport:stdio runtime:nuget

Install Fuse in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "fuse": {
      "command": "dnx",
      "args": [
        "Fuse",
        "--yes"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Fuse in other clients