Agent MCP Server

MCP server for agent orchestrator. Features create agent, list agents, delegate task. From M...

Local serverstdio

What is the Agent MCP server?

Most planning and project tracking work still happens through a UI a human drives. Agent MCP server moves it into the conversation instead. MCP server for agent orchestrator. Features create agent, list agents, delegate task. From M...

The short version

Multi-agent task management: create agents, delegate tasks with trust-based routing, coordinate file access, run sprints, and monitor performance.

The tools it exposes

The server publishes 5 tools. What each one is for:

  • Multi — agent task management
  • Pro — ** $99/mo — Full MCP suite + EU AI Act tracking
  • Enterprise — ** $499/mo — Custom dev + SLA + Dedicated support
  • Domain — Purpose
  • Tier — Price

Getting it running

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agent's toolset — Multi, Pro, Enterprise and 2 more — is a fair guide to whether it matches your workflow. It is maintained by CSOAI-ORG; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Multiagent task management
Pro** $99/mo — Full MCP suite + EU AI Act tracking
Enterprise** $499/mo — Custom dev + SLA + Dedicated support
DomainPurpose
TierPrice

How to install the Agent MCP server

{
  "mcpServers": {
    "agent-orchestrator-mcp": {
      "command": "uvx",
      "args": ["agent-orchestrator-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agent to Multi.
  • Use Agent to Pro.
  • Use Agent to Enterprise.

Frequently asked questions

It connects Agent to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Multi, Pro, Enterprise, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agent directly.