everything-claude-code 是一款MCP 工具,可直接接入 Claude 等 AI 客户端(GitHub 181k⭐)。开源MCP工具:The agent harness performance optimization system. Skills, instincts, memory, se。⭐180.7k · J。配置方法:将 MCP 服务器条目添加至 claude_desktop_config.json,重启 Claude Desktop 即可使用。AI Skill Hub 编辑推荐,适合希望提升 AI 工作流效率的开发者和运营者。
# 命令行使用
everything-claude-code --help
# 基本用法
everything-claude-code [options] <input>
# Node.js 代码中使用
const everything_claude_code = require('everything-claude-code');
const result = await everything_claude_code.run(options);
console.log(result);
AI Skill Hub 使用教程页 · 基于公开数据整理,实际使用请以官方文档为准。License:MIT