Skip to content
Gemini CLI

SkillFM Beacon for Gemini CLI

io.github.ericm1018/skillfm

AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.

client:Gemini CLI transport:stdio runtime:npm

Install SkillFM Beacon in Gemini CLI

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

{
  "mcpServers": {
    "skillfm": {
      "command": "npx",
      "args": [
        "-y",
        "@skillfm/mcp"
      ]
    }
  }
}

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

SkillFM Beacon in other clients