Skip to content
Gemini CLI

vueuse mcp for Gemini CLI

io.github.kovoor/vueuse-mcp

Search, browse, and get suggestions for VueUse composables

client:Gemini CLI transport:stdio runtime:npm

Install vueuse mcp in Gemini CLI

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

{
  "mcpServers": {
    "vueuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vueuse-mcp"
      ]
    }
  }
}

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

vueuse mcp in other clients