Get Started in 3 Steps

Windows, macOS, or Linux โ€” Node.js โ‰ฅ 20 + pnpm โ‰ฅ 10 required. Or use the one-line installer: bash install.sh

# Step 1 โ€” Install & Verify
git clone https://github.com/humanity4ai/project_human.git
cd project_human && pnpm install && pnpm check && pnpm evals

# Step 2 โ€” Start the MCP server
pnpm start

Step 3 โ€” Configure your agent by adding this to your MCP client config:

{
  "mcpServers": {
    "humanity4ai": {
      "command": "pnpm",
      "args": ["--filter", "@humanity4ai/mcp-servers", "start"],
      "cwd": "/path/to/project_human"
    }
  }
}

All 9 skills are now available via tools/list and tools/call.

The Soul of New Machines: Last Epigone

Humanity4AI argues that intelligence without humanity is not progress. AI systems that influence human outcomes must respect dignity, communicate uncertainty honestly, and escalate to qualified human support when risk exceeds model competence.

What ships now

9 Skill Packs

Accessibility, emotional safety, inclusive design, and communication patterns.

MCP Contracts

Action IDs, JSON schemas, and runtime stubs for integration across agent platforms.

Eval Gates

Automated baseline checks for skill completeness and contract consistency.

Quick commands

pnpm install
pnpm check
pnpm evals
pnpm start

First contribution

Pick a starter task and open a PR in under 10 minutes.