genie MCP工具 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
genie MCP工具 是一款基于 TypeScript 开发的开源工具,专注于 MCP工具、AI代理、代码生成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
genie MCP工具 是一款基于 TypeScript 开发的开源工具,专注于 MCP工具、AI代理、代码生成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g genie # 方式二:npx 直接运行(无需安装) npx genie --help # 方式三:项目依赖安装 npm install genie # 方式四:从源码运行 git clone https://github.com/automagik-dev/genie cd genie npm install npm start
# 命令行使用
genie --help
# 基本用法
genie [options] <input>
# Node.js 代码中使用
const genie = require('genie');
const result = await genie.run(options);
console.log(result);
# genie 配置说明 # 查看配置选项 genie --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export GENIE_CONFIG="/path/to/config.yml"
<p align="center"> <img src=".github/assets/genie-header.png" alt="Genie" width="800" /> </p>
<p align="center"><strong>Wishes in, PRs out.</strong></p>
<p align="center"> <a href="https://github.com/automagik-dev/genie/releases/latest"><img alt="release" src="https://img.shields.io/github/v/release/automagik-dev/genie?style=flat-square&color=00D9FF" /></a> <a href="https://github.com/automagik-dev/genie/stargazers"><img alt="stars" src="https://img.shields.io/github/stars/automagik-dev/genie?style=flat-square&color=00D9FF" /></a> <a href="LICENSE"><img alt="license" src="https://img.shields.io/github/license/automagik-dev/genie?style=flat-square&color=00D9FF" /></a> <a href="https://discord.gg/xcW8c7fF3R"><img alt="discord" src="https://img.shields.io/discord/1095114867012292758?style=flat-square&color=00D9FF&label=discord" /></a> </p>
<br />
Genie is a planning-and-execution layer for AI coding agents. You describe what you want in one sentence; Genie interviews you into a plan, dispatches agents to build it in parallel, reviews the result against acceptance criteria, and hands you something ready to merge.
The whole thing is a lightweight body: a set of skills, plain-markdown documents in git, and a single per-repo SQLite file. No daemons, no Postgres, nothing resident. A command opens the database, runs one transaction, and exits.
/brainstorm → /wish → /work → /review, authored once, running natively in Claude Code..genie/wishes/<slug>/ and .genie/brainstorms/<slug>/; you diff, review, and version them like any other code..genie/genie.db), on Bun's built-in engine.@inquirer/prompts, commander, zod, nats) — nats initializes only when the omni runner starts. A ~0.9 MB single-file bundle. Bun-powered.genie launch <slug> turns a wish's ready groups into a Warp window — one pane per group, each in its own git worktree running that group's agent on a kickoff prompt. Emitting the launch config works on any platform; opening it needs Warp (macOS/Linux). Everywhere else the config is still written for you to open by hand.curl -fsSL https://raw.githubusercontent.com/automagik-dev/genie/main/install.sh | bash
Every release is cosign-signed (keyless OIDC) with SLSA provenance; the installer verifies the binary — via gh attestation verify, falling back to cosign verify-blob — before it runs.
Then, from inside your repo, run genie setup to configure Genie and wire up its Claude Code hooks. genie doctor checks the install at any time.
The lifecycle runs as Claude Code skills. Open your repository in Claude Code and go:
1. /brainstorm an idea → a concrete DESIGN.md
2. /wish DESIGN.md → a WISH.md with scoped execution groups
3. /work dispatches agents wave by wave to build each group
4. /review a severity-gated verdict: SHIP, FIX-FIRST, or BLOCKED
Re-run genie board any time for a current snapshot of task state on the kanban. The plan documents land in git as you go; the operational state lives in .genie/genie.db.
genie创新性强,将需求对话转化为PR的全流程自动化方案独特且实用。代码质量和维护活跃度良好,适合现代AI驱动开发场景。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,genie MCP工具 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | genie |
| 原始描述 | 开源MCP工具:Wishes in, PRs out. CLI agent that interviews you, plans the work, dispatches pa。⭐315 · TypeScript |
| Topics | MCP工具AI代理代码生成PR自动化开发者工具 |
| GitHub | https://github.com/automagik-dev/genie |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-18 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。