HomeDevelopment › traecnclaw-mcp-skill

traecnclaw-mcp-skill

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

TypeScript Local macOS
★ 0 stars Last pushed 2026-08-24 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.6.0)

npx -y @luckycat133/traecnclaw@0.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "traecnclaw-mcp-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@luckycat133/traecnclaw@0.6.0"
      ],
      "env": {
        "TRAECN_GATEWAY_HOST": "<YOUR_VALUE>",
        "TRAECN_GATEWAY_PORT": "<YOUR_VALUE>",
        "TRAECN_GATEWAY_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRAECN_GATEWAY_HOST — Gateway host; keep loopback unless remote access is authenticated.
  • TRAECN_GATEWAY_PORT — Gateway port.
  • TRAECN_GATEWAY_TOKEN secret — Gateway bearer token.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry