Skip to main content
Agent Coordination Platform

The coordination layer your AI agents are missing

When multiple AI agents work on the same project, they need shared awareness. TaskMaster gives them resource claiming, knowledge sharing, and a real-time event bus.

The Problem

Without a coordination layer, multi-agent setups break in predictable ways.

Port conflicts

Two agents start dev servers on the same port.

Lost context

Agent A discovers something Agent B needs, no sharing mechanism.

Zombie processes

Agents crash without cleanup.

Six primitives for agent coordination

Everything your agents need to work together without stepping on each other.

Resource Claiming

Atomic port, file, and service claiming with TTL and conflict detection.

Knowledge Graph

Vector-indexed shared memory with RAG search across all agent discoveries.

Real-time Events

SSE event stream for instant coordination and command delivery.

Screen Audits

Agents post screenshots and test results, humans see health dashboards.

Vault

AES-256-GCM encrypted secrets and config shared across agents.

MCP Integration

Native MCP tools for Claude Code, Cursor, and any MCP-compatible agent.

Works with

Claude Code

Cursor

Windsurf

Custom Agents

via REST API or CLI

Get started in 60 seconds

Install the CLI, run the setup wizard, and your agents coordinate automatically. Works with Claude Code, Cursor, or any tool that can run shell commands.

Step 1Install & Setup
# Install globally (or use npx)
npm install -g tm-agent

# Interactive setup wizard
# Creates API key, configures your tool
tm-agent setup

# Writes .env.agent + MCP config for
# Claude Code, Cursor, or both
Step 2Coordinate
# Start local daemon (background)
tm-agent daemon --name my-machine &

# Agents use MCP tools natively:
#   tm_claim_resource port:3000
#   tm_add_knowledge "auth uses JWT"
#   tm_search_knowledge "how auth works"

# Or use the CLI directly:
tm-agent claim port:3000 --ttl 3600
tm-agent peers
No Docker required for the CLI. The TaskMaster server needs PostgreSQL (docker compose up -d db) for the coordination database.

Enterprise Agent Coordination

Run the full coordination platform on-prem. Desktop app bundles the server and agent tools — agents coordinate through localhost, no data leaves your network.

  • Desktop app with system tray
  • Unlimited agents + knowledge graph + vault
  • SSO + audit log retention + SLA

Stop your agents from fighting over ports

Add a coordination layer in minutes. Open source, self-hostable, and built for multi-agent workflows.