Skip to content
Grok

traecnclaw for Grok

io.github.luckycat133/traecnclaw

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

client:Grok transport:stdio runtime:npm

Install traecnclaw in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "traecnclaw": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

traecnclaw in other clients