COTAL actions (cotal.ai) MCP Server

The open pub/sub standard for AI agents. Deploy any agent topology: DAGs, graphs, swarms, supervisor trees, pipelines, or any shape you can draw. It is available as a remote MCP endpoint.

Teams that work with agent orchestration, infrastructure and protocol and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 289 · #276 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install COTAL actions (cotal.ai)

Claude Code

claude mcp add cotal-ai-cotal --transport http https://cotal.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cotal-ai-cotal": {
      "url": "https://cotal.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://cotal.ai/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to cotal.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry vendor namespace ai.cotal - domain-verified with the official MCP registry

03 · What COTAL actions (cotal.ai) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.50.0 · 2026-09-17

Cotal 0.50.0 is out! · Grab it: npm i cotal-ai@0.50.0 · Changes in this release · Stop the delivery daemon from removing itself when the host is busy. The daemon is coupled to the broker and exits when the broker is…

v0.49.0 · 2026-09-13

Cotal 0.49.0 is out! · Grab it: npm i cotal-ai@0.49.0 · Changes in this release · Stop republishing tool-call arguments and results onto events.<owner>.<actor>. The durable emitter drops TOOL_CALL_ARGS and…

v0.48.2 · 2026-09-09

Cotal 0.48.2 is out! · Grab it: npm i cotal-ai@0.48.2 · Changes in this release · Keep a Jcode seat alive when the model is busy at post-join, and retain its startup prompt until the Harness request is invoked. · The…

04 · Who maintains COTAL actions (cotal.ai)

COTAL actions (cotal.ai) is maintained by cotal-ai. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #276 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
ai.cotal/cotal (active, first published 2026-09-08)

06 · COTAL actions (cotal.ai) FAQ

What is COTAL actions (cotal.ai)?

The open pub/sub standard for AI agents. Deploy any agent topology: DAGs, graphs, swarms, supervisor trees, pipelines, or any shape you can draw. It is available as a remote MCP endpoint.

Is COTAL actions (cotal.ai) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install COTAL actions (cotal.ai)?

Run `claude mcp add cotal-ai-cotal --transport http https://cotal.ai/mcp`. You can also paste the ready-made client config above.

Does COTAL actions (cotal.ai) require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

07 · Alternatives to COTAL actions (cotal.ai)