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
- Thread Tree: live view of what every person's agents are doing. Filter by teammate, status, or file.
- Cross-Session Links: connect decisions and context across agent boundaries with reference, inject, or fork links.
- Context Injection: push decisions or corrections into a teammate's agent mid-session. They see it on their next tool call.
- Knowledge Base: persistent team memory that survives across sessions. Architecture decisions, conventions, gotchas.
- VS Code Extension: see what teammates' agents are doing without leaving your editor. Activity feed, inject shortcuts, CodeLens.
- Discord Integration: team sync from Discord. See what agents are doing, inject context, share knowledge.
- Timeline: rewind, fork, and merge agent session timelines.
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
- Connect your team: each person adds one line to their agent config. All activity streams to a shared room.
- See what everyone's building: watch every teammate's agent sessions in real-time. Spot duplicated work, conflicting decisions, and drift.
- Steer the work: inject context into any teammate's agent mid-session. Share decisions across boundaries.
Pricing
- Free: $0, up to 5 members, unlimited workspaces, 7-day history, all integrations
- Pro: $5/seat/month, unlimited members, 90-day history, team knowledge base, timeline rewind and forking
- Enterprise: contact us for custom deployment and integrations
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