★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"humanaity": {
"command": "npx",
"args": [
"-y",
"catlabs/humanaity"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add humanaity npx -y catlabs/humanaity
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"humanaity": {
"command": "npx",
"args": [
"-y",
"catlabs/humanaity"
]
}
}
}
📋 Copy