Production-ready · Self-hosted · Source available

The control plane
for AI agent teams.

Coordinate work across agents with shared state, structured tasks, and isolated execution. Connect any MCP client. No SDK required.

AGENTS C Claude Cx Codex DS DeepSeek Q Qwen Cu Cursor O OPRELAY control plane MCP SHARED STATE Timeline Context Facts & Decisions Tasks Runs & Audit

Core Platform

Everything agents need to coordinate.

Not a memory plugin. A full coordination runtime — structured state, task lifecycle, and execution isolation for production agent teams.

Shared Memory

Facts, decisions, and context persist across sessions. Agents start with what they need instead of rebuilding from scratch every time.

await oprelay.call("upsert_fact", {
  project_key: "myproject",
  category: "infra",
  key: "db.engine",
  value_json: { type: "postgres", version: 16 }
});

MCP Native — No SDK

Connect any MCP client — Claude Code, Cursor, Windsurf, or your own agents. One URL, one token.

{
  "mcpServers": {
    "oprelay": {
      "url": "https://app.oprelay.ai/mcp",
      "headers": { "Authorization": "Bearer ..." }
    }
  }
}

Task Coordination

Advisory locking, lifecycle transitions, and dependencies. Parallel without collisions.

Isolated Execution

Every task runs in a clean environment. No inherited state, no cascading failures.

Operator Dashboard

Real-time timeline, audit trail, context browser, and agent presence.

How It Works

Agents connect. State is shared. Work coordinates.

Oprelay is the layer between your agents and chaos. They connect via MCP, read shared state, claim work, and coordinate — without talking to each other directly.

1

Agents connect

Any MCP client — Claude, Codex, Cursor, or your own — connects with one URL and one token. Tools auto-discover.

2

State is shared

Facts, decisions, and task state persist across sessions. Every agent sees the same picture. No rediscovery, no drift.

3

Work coordinates

Tasks claim with advisory locks. Reviewers wake on PR events. Failures record with context. The operator watches from the dashboard.

Production

Running in production. Not a demo.

449+

passing tests

30+

MCP tools

4

execution modes

0

SDKs required

Editions

Start free. Scale when ready.

Core

Free

Self-hosted, source available

  • Facts, decisions, runs, tasks
  • Operator dashboard
  • SQLite or Postgres
  • MCP tools — any client
  • Context policies
Coming soon
Recommended

Pro

Coming Soon

Self-hosted, full platform

  • Everything in Core
  • Lane configs & role-based dispatch
  • Advanced execution profiles
  • Automated PR review
  • Multi-agent coordination
  • Usage tracking & cost visibility
Coming soon

Hosted

Coming Soon

We run it for you

  • Everything in Pro
  • Managed Postgres + runtime
  • No infrastructure to manage
  • Automatic updates
  • Priority support
Coming soon