Skip to content
Gemini CLI

textops mcp for Gemini CLI

io.github.nexus-api-lab/textops-mcp

Exact text tools for AI agents: unified diff, patch apply, regex testing, grapheme counting.

client:Gemini CLI transport:streamable-http

Install textops mcp in Gemini CLI

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

{
  "mcpServers": {
    "textops-mcp": {
      "httpUrl": "https://textops-mcp.dokasukadon.workers.dev/mcp"
    }
  }
}

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

textops mcp in other clients