Eywa - Agentic stewardship at scale

Eywa is an observability and coordination layer for human + AI teams. Each person on a team directs AI coding agents that work autonomously. Eywa makes all agent work visible so the humans stay aligned.

When every team member controls AI agents, small misalignments between people get amplified at machine speed. Eywa gives the team visibility across every agent session so the humans know what to sync on.

Features

Quick Start

Create a room: npx eywa-ai init my-team

Or add one line to your agent's MCP config: {"mcpServers":{"eywa":{"url":"https://mcp.eywa-ai.dev/mcp?room=my-team&agent=your-name"}}}

Works with any MCP agent

Claude Code, Cursor, Windsurf, Gemini CLI, Codex, Cline, Mistral, Cohere, and any MCP-compatible agent. One URL connects any AI coding agent. One line in your config.

How it works

  1. Connect your team: each person adds one line to their agent config. All activity streams to a shared room.
  2. See what everyone's building: watch every teammate's agent sessions in real-time. Spot duplicated work, conflicting decisions, and drift.
  3. Steer the work: inject context into any teammate's agent mid-session. Share decisions across boundaries.

Pricing

Architecture

MCP server on Cloudflare Workers. Data in Supabase (PostgreSQL + Realtime). Web dashboard is React/Vite on Vercel. Local-first privacy: your code never leaves your machine, Eywa syncs metadata only.

For a complete machine-readable version, see llms.txt.

GitHub | Discord | Docs | Live Demo