# 4torm

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-ccde141-4torm`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ccde141](https://agentstack.voostack.com/s/ccde141)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ccde141](https://github.com/ccde141)
- **Source:** https://github.com/ccde141/4torm

## Install

```sh
agentstack add mcp-ccde141-4torm
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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

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

npm install
npm --prefix server install
```

### Start

Browser development mode:

```bash
npm run dev
```

Open `http://localhost:5173`.

Desktop development mode:

```bash
npm run electron:dev
```

Production build and server:

```bash
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:

```bash
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

- [GitHub Issues](https://github.com/ccde141/4torm/issues)
- [Bilibili](https://space.bilibili.com/406091025)

## Source & license

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

- **Author:** [ccde141](https://github.com/ccde141)
- **Source:** [ccde141/4torm](https://github.com/ccde141/4torm)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-ccde141-4torm
- Seller: https://agentstack.voostack.com/s/ccde141
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
