silent-Tiangong

silent-rs/silent-Tiangong
★ 1 stars Rust 🤖 AI/LLM Updated 1d ago
桌面级 AI 自动化中枢:支持 GUI、CLI、Server、多智能体协作、MCP/Skill、长期记忆和多媒体生成。
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "silent-tiangong": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "silent-Tiangong"
      ]
    }
  }
}