mcpbeat Sign in

Traecnclaw MCP Server

by luckycat133 Your server? Claim it
local only

Traecnclaw runs on your own machine — the client starts it, so there is no endpoint to ping. 12 installs a week from npm. Last commit 24 Aug 2026.

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

Installs per day peak 87 · avg 6 · -36% w/w
a month agotoday
12
Installs / week
npm · @luckycat133/traecnclaw
0
Stars
1 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 5 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/skill/ai-errors.js:1, [пакет] src/cdp/dom-handlers/answer-question.js:1, [пакет] src/shared/api-key-manager.js:1 и ещё 101
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] integrations/openclaw-traecn-plugin/lib/command-set.js:462
  const result = spawnSync(process.execPath, args, {
Builds a database query by concatenation [пакет] src/shared/plugin-manager.js:243
        delete require.cache[require.resolve('../../plugins/' + name)];

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add traecnclaw -- npx -y @luckycat133/traecnclaw
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "traecnclaw": {
      "args": [
        "-y",
        "@luckycat133/traecnclaw"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.traecnclaw]
command = "npx"
args = ["-y", "@luckycat133/traecnclaw"]
.cursor/mcp.json
{
  "mcpServers": {
    "traecnclaw": {
      "args": [
        "-y",
        "@luckycat133/traecnclaw"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "traecnclaw": {
      "args": [
        "-y",
        "@luckycat133/traecnclaw"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRAECN_GATEWAY_HOST (Gateway host; keep loopback unless remote access is authenticated.), TRAECN_GATEWAY_PORT (Gateway port.), TRAECN_GATEWAY_TOKEN (Gateway bearer token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Traecnclaw

same job, measured the same way
Agentos
by officialtanishsharma

Local-first persistent memory MCP server for AI coding agents.

local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
Perforce Agentic Gateway
by perforce

Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode

220 installs/wk local only
Kilonova MCP
by milnaos

Persistent local knowledge for AI coding agents with structured records, search, and DOT context.

73 installs/wk local only
StateLode
by statelode

Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.

19 installs/wk answering
Omega Memory
by omega-memory

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

local only
AI Agent Memory
by xiangzi1126

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

87 installs/wk local only

Traecnclaw — questions

Answers built from our own checks of this server.

Why is there no uptime for Traecnclaw?
Traecnclaw runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @luckycat133/traecnclaw was installed 12 times last week.
How do I connect Traecnclaw?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @luckycat133/traecnclaw straight from npm; nothing to host, nothing to sign up for.
How many people use Traecnclaw?
The npm package @luckycat133/traecnclaw was installed 12 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Traecnclaw open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.