Cyber Hua Tuo MCP Server

Your agent is sick. Give it a doctor: diagnose the traceback, apply the cure, and turn the solved case into a reusable prescription. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-16 · ★ 3 · #102 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Cyber Hua Tuo

before you install - you'll need

Set OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPSEEK_API_KEY, GEMINI_API_KEY, OLLAMA_BASE_URL, DIAGNOSIS_MODEL before connecting.

Claude Code

claude mcp add jinning6-cyberhuatuo-plugin -- uvx cyberhuatuo

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jinning6-cyberhuatuo-plugin": {
      "command": "uvx",
      "args": [
        "cyberhuatuo"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package cyberhuatuo - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.JinNing6 is GitHub-verified and matches the repo owner

03 · What Cyber Hua Tuo can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.5 · 2026-07-16

MCP Registry-ready release · Adds the stable cyberhuatuo mcp stdio server entry point. · Publishes official MCP Registry metadata as io.github.JinNing6/cyberhuatuo. · Keeps the Gold-first diagnosis, Agent Action Guard…

v0.2.4 · 2026-07-15

Trusted cure integrity · CyberHuaTuo 0.2.4 makes the no-Key cure path evidence-aware and explicit about trust. · Added cyberhuatuo cure: Gold first, then at most one clearly labeled Reviewed candidate; Draft is never…

v0.2.3 · 2026-07-14

Privacy-first Guard case intake · CyberHuaTuo 0.2.3 turns a real Guard decision into a reviewable local case without executing the proposed command or uploading the report. · Added --expected ALLOW|ASK|BLOCK for an…

04 · Who maintains Cyber Hua Tuo

CyberHuaTuo is maintained by jinning6. We track 2 MCP servers from jinning6 - 2 actively maintained, 21 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from jinning6.

  1. Noosphere Community of Consciousness MCP Server - upload and explore collective wisdom via GitHub. ★ 18

05 · Facts

category
developer tools - ranked #102 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-16)
registry
io.github.JinNing6/cyberhuatuo (active, first published 2026-07-16)
packages
pypi:cyberhuatuo

06 · Cyber Hua Tuo FAQ

What is Cyber Hua Tuo?

Your agent is sick. Give it a doctor: diagnose the traceback, apply the cure, and turn the solved case into a reusable prescription. It runs locally over stdio via the published package.

Is Cyber Hua Tuo still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-16 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Cyber Hua Tuo?

Run `uvx cyberhuatuo`. The README documents 6 environment variables (OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPSEEK_API_KEY…) to set first. Set OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPSEEK_API_KEY, GEMINI_API_KEY, OLLAMA_BASE_URL, DIAGNOSIS_MODEL before connecting. You can also paste the ready-made client config above.

Does Cyber Hua Tuo run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cyber Hua Tuo

More developer tools MCP servers · Noosphere · CLI Bridge MCP · Ducklab · Logmcp · sigrok MCP Server

More Python MCP servers · Florence2 · YouTube Transcript · Unraid MCP · Kindex · see all