AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

4torm

mcp-ccde141-4torm · by ccde141

4torm - An open-source multi-agent collaboration platform. Chat, workflow, forum, and automation — all in one desktop app.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-ccde141-4torm

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-ccde141-4torm)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
9d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of 4torm? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

4torm

简体中文

Keep AI agents around like long-term team members, ready to collaborate when needed

4torm is a multi-agent collaboration framework. It lets you create persistent agents that can hold independent conversations, discuss problems as a team, hand work along workflows, or run tasks automatically on a schedule.

The same agent can be reused across different workspaces. Configure its model, prompt, tools, and skills once, then choose the collaboration mode that fits each task.

Five Workspaces

| Workspace | Manages | Best suited for | |-----------|---------|-----------------| | Monsoon | Conversations | Ongoing conversations with one agent, tool use, and SubAgent delegation | | Convection | Meeting rooms | Temporary multi-agent discussions with independent advice from a meeting assistant | | Cyclone | Workshops | Organize fixed seats in a visual collaboration structure, with private chat, group chat, synchronous contact, and asynchronous dispatch | | Tradewind | Workflows | Visual node-based workflows that pass tasks along connected paths | | Tide | Automated tasks | Waking agents on a schedule for recurring checks, organization, and reporting |

All five workspaces use the same agents. What changes is the form of collaboration—not the creation of another set of temporary roles.

Tools, Skills, and MCP

4torm extends agent capabilities in three ways:

  • Tools give agents executable operations for files, commands, networks, and other systems.
  • Skills provide reusable expertise and working methods through SKILL.md.
  • MCP connects external tool services over stdio, Streamable HTTP, and compatible SSE transports.

New agents have the framework's built-in tools and installed skills enabled by default. Custom tools and MCP tools must be selected explicitly.

Agents in Monsoon and Cyclone can also create new tools or skills at a human's request. Tool registration requires confirmation; completed skill directories are loaded automatically.

Quick Start

Requirements

  • Node.js 20+
  • npm 9+

Install Dependencies

git clone https://github.com/ccde141/4torm.git
cd 4torm

npm install
npm --prefix server install

Start

Browser development mode:

npm run dev

Open http://localhost:5173.

Desktop development mode:

npm run electron:dev

Production build and server:

npm run build
npm run start:prod

Open http://localhost:3001.

First Use

  1. Add a model provider, choose its actual provider type, and enable one or more models.
  2. Create an agent from the Console.
  3. Configure its model, role prompt, tools, and skills.
  4. Start a conversation in Monsoon, or organize collaboration in another workspace.

Built-in presets cover generic OpenAI-compatible endpoints, dedicated cloud-provider configurations, and local runtimes such as llama.cpp, LM Studio, Ollama, and vLLM. Provider-specific parameters remain collapsed unless you need to tune them.

Documentation

Once the app is running, open the full documentation site from Documentation in the top navigation bar.

| Topic | Documentation | |-------|---------------| | Installation and initial setup | [Quick Start](./docs/en/guide/getting-started.md) | | Agents, sessions, and workspaces | [Core Concepts](./docs/en/guide/concepts.md) | | Creating and configuring agents | [Agent Management](./docs/en/guide/agents.md) | | Five workspaces | [Monsoon](./docs/en/modes/chat.md) · [Convection](./docs/en/modes/convection.md) · [Cyclone](./docs/en/modes/cyclone.md) · [Tradewind](./docs/en/modes/tradewind.md) · [Tide](./docs/en/modes/tide.md) | | Extending agent capabilities | [Tools](./docs/en/extend/tools.md) · [Skills](./docs/en/extend/skills.md) · [MCP](./docs/en/extend/mcp.md) | | Development and maintenance | [Architecture](./docs/en/architecture/overview.md) · [Data Layout](./docs/en/architecture/data-layout.md) · [Security Boundaries](./docs/en/architecture/security.md) |

Preview the documentation site separately:

npm run docs:dev

Open http://localhost:5174.

Technology Stack

  • React 19, TypeScript, and Vite
  • Fastify 5
  • Electron
  • XY Flow
  • Server-Sent Events
  • Model Context Protocol

License

[MIT](./LICENSE) © Ccde141

Links

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.