Skip to content
Gemini CLI

Text Tools for Gemini CLI

com.apished/text-tools

Exact character/word counting, reversal, palindrome checks, indexing, sorting; Unicode-safe.

client:Gemini CLI transport:streamable-http tools:7

Install Text Tools in Gemini CLI

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

{
  "mcpServers": {
    "text-tools": {
      "httpUrl": "https://apished.com/mcp/v1/text"
    }
  }
}

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

What Gemini CLI can do once it is connected

Text Tools in other clients