Skip to content
Gemini CLI

akf for Gemini CLI

io.github.hmakt99/akf

Trust metadata for AI agents — check files before building on them, stamp verified work.

client:Gemini CLI transport:stdio runtime:pypi

Install akf in Gemini CLI

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

{
  "mcpServers": {
    "akf": {
      "command": "uvx",
      "args": [
        "mcp-server-akf"
      ]
    }
  }
}

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

akf in other clients