Skip to content
Gemini CLI

achlens for Gemini CLI

io.github.mscott9160-web/achlens

Local-first MCP server and CLI for validating and generating synthetic ACH files.

client:Gemini CLI transport:stdio runtime:pypi

Install achlens in Gemini CLI

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

{
  "mcpServers": {
    "achlens": {
      "command": "uvx",
      "args": [
        "achlens"
      ]
    }
  }
}

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

achlens in other clients