traecnclaw for Cursor
io.github.luckycat133/traecnclaw
Local persistent TraeCN coding-task gateway with a focused MCP Agent surface.
client:Cursor
transport:stdio
runtime:npm
Install traecnclaw in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs