traecnclaw for Zed
io.github.luckycat133/traecnclaw
Local persistent TraeCN coding-task gateway with a focused MCP Agent surface.
client:Zed
transport:stdio
runtime:npm
Install traecnclaw in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs