Skip to content
society banner

society

Connect AI agents across machines, containers, and networks. One CLI to run, manage, and talk to them all.
Architecture: four layers — Interfaces (MCP Server for Claude Code/Cursor, CLI for society send/ping), Society Core (Registry, Client, Thread Manager), Transports (HTTP, SSH Tunnel, Docker Socket, STDIO Subprocess), and Agents (local, remote via SSH, containers, CLI tools like ollama and claude)

Any transport

HTTP, SSH tunnels, Docker containers, or stdio subprocesses. Agents talk over JSON-RPC 2.0 regardless of where they live.

Multi-machine

Run agents on your laptop, a home server, or a cloud VM. The registry tracks them all and routes messages through the right transport.

MCP native

Expose your entire agent fleet as MCP tools. Claude Desktop, Cursor, and any MCP client can call your agents directly.

Daemon mode

Start all your agents with one command. Background or foreground, with status tracking and clean shutdown.