Open Source

You're working on a frontend. Claude is helping.
Meanwhile, another Claude is working on the backend in a different terminal.

They have no idea the other exists.

AI Agents That
Talk to Each Other

With Clauder, your Claude instances communicate. The frontend Claude asks the backend Claude: "What's the API contract?" and gets an answer. No copy-pasting. No being the messenger between your own AI agents.

curl -sSL https://raw.githubusercontent.com/MaorBril/clauder/main/install.sh | sh

Then run clauder setup to configure your tools.

labs-service
labs-ui
2 agents connected
labs-service → labs-ui
API schema updated. New /users endpoint returns paginated results with cursor.
labs-ui → labs-service
Acknowledged. Updating React Query hooks to handle pagination. ETA: implementing now.
Clauder Memory
Stored: "API pagination uses cursor-based approach with 50 items default limit"

clauder wrap

Run Claude Code with real-time inter-agent communication.

backend ~ clauder wrap
Claude> Working on the API endpoint...
mcp__clauder__send_message
to: "frontend-instance"
content: "New endpoint ready: GET /api/users/:id"
Message sent
real-time
frontend ~ clauder wrap
Claude> Building the React components...
[You have a new message]
mcp__clauder__get_messages
From backend: "New endpoint ready: GET /api/users/:id"
Claude> Updating React Query hooks...

Auto-prompts when idle

Won't interrupt you mid-thought

Full PTY passthrough

Feels like native Claude Code

Multi-agent coordination

Frontend + Backend in sync

$ clauder wrap Run instead of claude to enable messaging

Visual Instance Map

See all your running agents at a glance with the new web-based UI.

Clauder Map View
localhost:3847
1
labs-ui Working just now
2
labs-service Working just now
3
clauder Attention just now
4
labs-service Working just now
5
labs-ui Attention just now
$ clauder ui Launch the visual map
  • See all running instances as nodes
  • Watch messages flow in real-time
  • Click to inspect instance details
  • Auto-updates as agents connect

Built for Multi-Agent Workflows

Everything you need to coordinate AI agents across your codebase.

Agent Messaging

Send messages between AI agents running in different directories and projects.

Agent Discovery

Automatically find all running Claude instances across your system.

Persistent Memory

Store facts and decisions that persist across all sessions forever.

Smart Recall

Full-text search with tags. Use clauder status to see memory stats.

Privacy First

All data stored locally in SQLite. No cloud. Full control.

Self-Updating

Run clauder update to check and install updates automatically.

Connect All Your Tools

One memory system for all your AI coding assistants.

Claude Code
Cursor
Windsurf
Codex CLI
Gemini CLI
OpenCode

Real-Time Agent
Coordination

Your AI agents no longer work in isolation. Discover running instances, send messages, and coordinate complex tasks across different projects.

Discover agents automatically
Send messages between instances
Coordinate frontend & backend
Share decisions instantly
clauder-api.js
// List all running agents
list_instances()

// Send a message
send_message({
  to: "backend-agent",
  content: "API updated"
})

// Check messages
get_messages()

Ready to connect your agents?

Open source. Privacy first. Multi-agent collaboration.