humanaity

catlabs/humanaity
★ 0 stars TypeScript 📦 Other Updated 1mo ago
Humanaity monorepo containing the Angular UI, Spring Boot backend, and MCP server for building and running the Humanaity platform in one history-preserving repository.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "humanaity": {
      "command": "npx",
      "args": [
        "-y",
        "catlabs/humanaity"
      ]
    }
  }
}