Home › Development › traecnclaw-mcp-skill
traecnclaw-mcp-skill
Local persistent TraeCN coding-task gateway with a focused MCP Agent surface.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"traecnclaw-mcp-skill": {
"command": "npx",
"args": [
"-y",
"@luckycat133/[email protected]"
],
"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_TOKENsecret — Gateway bearer token.
Related servers
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry