MCPとツール呼び出し

human

gethuman-sh/human

An open-source AI Software Factory that integrates tickets, docs, designs, and analytics into a secure pipeline, outputting shipped code via Claude-driven agents.

★ 62スター
⑂ 6フォーク数
3未解決の問題
Go言語
MITライセンス
Q@project.QualityScore編集部スコア

プロジェクトのスクリーンショット

humanのスクリーンショット humanのスクリーンショット humanのスクリーンショット humanのスクリーンショット humanのスクリーンショット humanのスクリーンショット

概要

human is an AI development rig designed to provide teams with a pre-configured, secure pipeline from idea to code review. It integrates with existing issue trackers, documentation, design, and analytics platforms, wiring them together around a coding agent. The system emphasizes context engineering, token efficiency, and strict security boundaries, ensuring the AI operates on real requirements without exposing sensitive credentials. It features a daemon-client architecture for isolated devcontainers, a desktop workflow board, and a suite of lifecycle skills for autonomous development.

主な機能

  • Secure by default: Outbound firewall, secret-redacting filesystem, vault-resolved credentials, and isolated devcontainers.
  • Token efficiency: Structural code navigation and signal-extracted data reduce token usage by up to 95% compared to raw APIs.
  • Context engineering: Connectors for trackers, Notion, Figma, and Amplitude with cross-source search and codebase indexing.
  • Daemon-client architecture: Host daemon holds credentials and proxies requests; container client forwards commands securely.
  • Lifecycle skills: Pre-built Claude Code skills for ideate, sprint, plan, execute, review, autofix, security, and gardening.
  • Desktop workflow board: Interactive drag-and-drop GUI to trigger pipeline stages and monitor agent progress.
  • Audit trail: Structured, queryable record of every agent action against trackers, with durable on-disk logs.

要件、インストール、クイックスタート

Via curl: `curl -sSfL gethuman.sh/install.sh | bash`
Via Homebrew: `brew install --cask gethuman-sh/tap/human`
Via mise: `mise use -g github:gethuman-sh/human`
Via Go: `go install github.com/gethuman-sh/human@latest`
As a devcontainer Feature: Add `{ "features": { "ghcr.io/gethuman-sh/treehouse/human:1": {} } }` to `devcontainer.`.

使用方法

Run `human init` to start the interactive setup wizard, which configures services and generates `devcontainer.`. Set the required API tokens printed by the wizard. Start the daemon with `human daemon start`. Launch the devcontainer with `devcontainer up --workspace-folder .`. Use CLI commands like `human get <KEY>`, `human list`, `human search <query>`, or `human pr create`. For Claude Code integration, run `human install --agent claude` to install skills, then use skills like `/human-sprint` or `/human-autofix`.

モデルの互換性とユースケース

The repository explicitly mentions integration with Claude Code (Anthropic's Claude) for its AI developer agents and skills.

ライセンスとリスクに関する注意事項

MIT License.

Editorial verification 2026-08-02: repository URL, owner, description, license and repository statistics were reviewed. License metadata: MIT. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.

リリースとメンテナンス

Not stated in the repository metadata

MemPalace

mempalace/mempalace

★ 58KPython

QwenPaw

agentscope-ai/qwenpaw

★ 33.9KPython

Composio

composiohq/composio

★ 29.5KTypeScript