Skip to main content
ClaudeWave
Luckycat133 avatar
Luckycat133

traecnclaw-mcp-skill

View on GitHub

Public TRAECNclaw MCP Agent Skill and installable server package bundle.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Luckycat133/traecnclaw-mcp-skill
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "traecnclaw-mcp-skill": {
      "command": "node",
      "args": ["/path/to/traecnclaw-mcp-skill/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Luckycat133/traecnclaw-mcp-skill and follow its README for install instructions.
Use cases

MCP Servers overview

# TRAECNclaw MCP Skill

[![Glama score](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill/badges/score.svg)](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill)
[![Smithery](https://smithery.ai/badge/xingmiao201081/traecnclaw-mcp)](https://smithery.ai/skills/xingmiao201081/traecnclaw-mcp)
[![npm version](https://img.shields.io/npm/v/traecnclaw.svg)](https://www.npmjs.com/package/traecnclaw)
[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)

> Status: Thin Public Distribution Repository

This repository is a **generated public distribution mirror**.

- Canonical source: [Luckycat133/TRAECNclaw](https://github.com/Luckycat133/TRAECNclaw)
- Canonical path: `skills/traecnclaw-mcp`
- Mirrored path: `.codex/skills/traecnclaw-mcp`
- Exact source revision: [`SOURCE_REVISION`](./SOURCE_REVISION)

Do not edit the mirrored Skill by hand. Behavior, version, tests, MCP code, npm
packages, and release artifacts are produced from TRAECNclaw.

## What stays in Git

- the public Agent Skill source
- installation documentation
- source-revision metadata
- marketplace metadata and release notes
- automation that verifies the mirror

Generated `.tgz`, `.zip`, npm-ready directories, and checksum manifests belong
in [GitHub Releases](https://github.com/Luckycat133/traecnclaw-mcp-skill/releases),
not in the default branch.

## Installation

TRAECNclaw MCP is published across several channels. Pick the one that fits
your client — they all serve the same `traecnclaw-mcp` stdio server.

### Option 1 — Glama (recommended, one-click)

Open the Glama server page and click **Install**; Glama reads `glama.json`
from this repo and emits a paste-ready MCP config for Claude Desktop, Cursor,
and more.

- https://glama.ai/mcp/servers/@Luckycat133/traecnclaw-mcp-skill

### Option 2 — npm (global install)

```sh
npm install -g traecnclaw@0.3.1
```

This puts the `traecnclaw-mcp` stdio server on your `PATH`. Then register it
with your client using the config below.

### Option 3 — npx (no install)

For clients that can launch via `npx`:

```json
{
  "mcpServers": {
    "traecn": {
      "command": "npx",
      "args": ["-y", "traecnclaw@0.3.1", "traecnclaw-mcp"],
      "env": { "TRAECN_MCP_TOOL_PROFILE": "public" }
    }
  }
}
```

### Option 4 — MCP Registry

The server is indexed in the official Model Context Protocol Registry as
`io.github.Luckycat133/traecnclaw` (v0.3.1). Registry-aware clients can
discover and install it automatically.

### Option 5 — Smithery (Codex / Cursor / OpenClaw Skill)

Install the packaged Skill for AI coding clients; the page offers one-click
install for Codex, OpenClaw, Cursor, and GitHub Copilot.

- https://smithery.ai/skills/xingmiao201081/traecnclaw-mcp

### MCP client configuration

Once the server binary is available (any of Options 2–3), register it with
your client. Example `mcp.json` / `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "traecn": {
      "command": "traecnclaw-mcp",
      "env": {
        "TRAECN_HOST": "127.0.0.1",
        "TRAECN_PORT": "8788",
        "TRAECN_GATEWAY_TOKEN": "",
        "TRAECN_MCP_TOOL_PROFILE": "public"
      }
    }
  }
}
```

Keep the gateway on `127.0.0.1` unless remote access is intentional. Use a
token for any shared or non-local environment.

## Install the Skill (from a cloned checkout)

```sh
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R .codex/skills/traecnclaw-mcp "${CODEX_HOME:-$HOME/.codex}/skills/"
```

For release archives, download the matching asset from the Releases page and
verify it against the release checksum manifest before extracting it.

## Release provenance

Every public release must identify the canonical TRAECNclaw commit that produced
it. A mirror update is valid only when the mirrored Skill matches that canonical
path byte-for-byte.

Glama, Smithery, and the MCP Registry metadata are retained and already
deployed; this mirror stays in sync via the `Sync canonical Skill` workflow.

## License

MIT
agentmcpnpmskilltrae

What people ask about traecnclaw-mcp-skill

What is Luckycat133/traecnclaw-mcp-skill?

+

Luckycat133/traecnclaw-mcp-skill is mcp servers for the Claude AI ecosystem. Public TRAECNclaw MCP Agent Skill and installable server package bundle. It has 0 GitHub stars and was last updated today.

How do I install traecnclaw-mcp-skill?

+

You can install traecnclaw-mcp-skill by cloning the repository (https://github.com/Luckycat133/traecnclaw-mcp-skill) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Luckycat133/traecnclaw-mcp-skill safe to use?

+

Luckycat133/traecnclaw-mcp-skill has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Luckycat133/traecnclaw-mcp-skill?

+

Luckycat133/traecnclaw-mcp-skill is maintained by Luckycat133. The last recorded GitHub activity is from today, with 2 open issues.

Are there alternatives to traecnclaw-mcp-skill?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy traecnclaw-mcp-skill to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Luckycat133/traecnclaw-mcp-skill
[![Featured on ClaudeWave](https://claudewave.com/api/badge/luckycat133-traecnclaw-mcp-skill)](https://claudewave.com/repo/luckycat133-traecnclaw-mcp-skill)
<a href="https://claudewave.com/repo/luckycat133-traecnclaw-mcp-skill"><img src="https://claudewave.com/api/badge/luckycat133-traecnclaw-mcp-skill" alt="Featured on ClaudeWave: Luckycat133/traecnclaw-mcp-skill" width="320" height="64" /></a>

More MCP Servers

traecnclaw-mcp-skill alternatives