freshcrate
Home > MCP Servers > the-agents-mcp

the-agents-mcp

MCP server for The Agents β€” real-time AI agent visualization

Description

MCP server for The Agents β€” real-time AI agent visualization

Release History

VersionChangesUrgencyDate
1.5.0Imported from npm (1.5.0)Low4/21/2026
v1.5.0## The Agents MCP β€” v1.5.0 ### Features - **write_content** tool: write markdown directly to an asset's content section by station name β€” no file needed ### Docs - Remove dead `post_to_board` / `read_board` from README - Fix `AGENT_SPRITE` default to `Kael` - Add `write_content` to tools tableMedium4/1/2026
v1.3.0## What's New ### Features - **Release signal detection**: `check_events()` now detects the πŸ›‘ RELEASE signal (sent by the viewer's "Release Agent" button) and returns a stop instruction β€” agents should exit their task loop immediately - **`registerTools` export**: `registerTools` is now exported as a library API, enabling use as a dependency from other packages (e.g. OpenClaw) ### Usage Detecting release in a task loop: ```js while (true) { const event = await check_events(); if (event.sMedium3/27/2026
v1.2.1## The Agents MCP v1.2.1 ### Fixed - Agent disappearing while waiting at a subscribed station β€” `check_events` now sends an immediate keepalive on entry and repeats every 30s to stay visible on the property ### Install ```bash npx the-agents-mcp ``` npm: [`the-agents-mcp`](https://www.npmjs.com/package/the-agents-mcp)Low3/16/2026
v1.2.0## The Agents MCP v1.2.0 ### New - DTO tools: `create_dto`, `receive_dto`, `forward_dto` - Task tools: `read_task`, `work_task`, `answer_task` - Reception tools: `read_reception`, `answer_reception` - `say` tool for speech bubbles - `MCP_HTTP_PORT` env var for HTTP/StreamableHTTP transport ### Improved - Default agent sprite changed to Kael - Modular tool architecture (split from monolithic index.ts) - Fixed 3 high severity vulnerabilities (hono, @hono/node-server, express-rate-limit) - ShebanLow3/16/2026
v1.1.0## What's New - **Multi-station subscribe** — `subscribe()` with no args watches all eligible task stations - **`say` tool** — Update speech bubble without changing state - **Archive support** — `archive` parameter on `add_asset` - **`assigned_to` filtering** — Auto-subscribe respects agent assignment - **Improved task flow** — Prompt promoted to instructions for inbox→task delegation Install: `npx the-agents-mcp` See [CHANGELOG.md](CHANGELOG.md) for full details.Low3/6/2026
v1.0.0## The Agents MCP v1.0.0 First official release β€” now on npm as [`the-agents-mcp`](https://www.npmjs.com/package/the-agents-mcp). ### Install ```bash npx the-agents-mcp ``` ### Features - 26 MCP tools for agent visualization - State reporting with automatic station walking - Subagent tracking - Bulletin boards, inboxes, signals - Task and reception station support - Graceful shutdown β€” removes agent from hub on exit - Works with Claude Code, Cursor, and any MCP-compatible clientLow3/3/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

@agent-gossip/hubGossip mesh hub β€” WebSocket relay for AI agent communication0.1.2
zuckerbot-mcpCLI + MCP server for ZuckerBot β€” run Facebook ad campaigns from your terminal or AI agent0.3.1
froggo-mission-controlSelf-hosted AI agent platform for Claude Code CLI. Multi-agent orchestration, task management, Gmail, Calendar, Kanban and more.2.0.0
@exz1k/skill-pilotDescribe your project β†’ get a full AI agent team with skills discovered from GitHub0.5.3
mofloMoFlo β€” AI agent orchestration for Claude Code. Forked from ruflo/claude-flow with patches applied to source, plus feature-level orchestration.4.8.79