openhuman

GitHub

Your Personal AI super intelligence. A brain that builds a local-first memory of your life, a fantastic orchestrator of agent fleets and workflows, and a deep researcher.

36,249 stars Rust
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "openhuman": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openhuman"
      ]
    }
  }
}