Skip to content
Gemini CLI

traecnclaw for Gemini CLI

io.github.luckycat133/traecnclaw

Local persistent TraeCN coding-task gateway with a focused MCP Agent surface.

client:Gemini CLI transport:stdio runtime:npm

Install traecnclaw in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "traecnclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@luckycat133/traecnclaw"
      ],
      "env": {
        "TRAECN_GATEWAY_HOST": "<TRAECN_GATEWAY_HOST>",
        "TRAECN_GATEWAY_PORT": "<TRAECN_GATEWAY_PORT>",
        "TRAECN_GATEWAY_TOKEN": "<TRAECN_GATEWAY_TOKEN>"
      }
    }
  }
}

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

traecnclaw in other clients