# Modeforge

> A public collection of pre-built OpenCode mode templates (starter packs) that enable users to quickly deploy time-based, triggered, and workflow-oriented automation using OpenCode and MCP tools.

- **Type:** MCP server
- **Install:** `agentstack add mcp-jorgedlt-modeforge`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [jorgedlt](https://agentstack.voostack.com/s/jorgedlt)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [jorgedlt](https://github.com/jorgedlt)
- **Source:** https://github.com/jorgedlt/modeforge

## Install

```sh
agentstack add mcp-jorgedlt-modeforge
```

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

## About

# ModeForge

[](https://github.com/jorgedlt/modeforge/actions/workflows/validate.yml)
[](https://opensource.org/licenses/MIT)

A public collection of pre-built OpenCode mode templates (starter packs) that enable users to quickly deploy time-based, triggered, and workflow-oriented automation using [OpenCode](https://github.com/sst/opencode) and MCP tools.

## Overview

OpenCode modes are specialized configurations that define how the AI agent behaves for specific tasks, including custom prompts, temperature settings, tool access, and automation triggers. ModeForge provides ready-to-use JSON definitions to streamline setup and deployment of automated workflows.

## Features

- **10 ready-to-run mode templates** for common automation scenarios
- **Bash and MCP integration examples** for extended functionality
- **Scheduling and webhook examples** for time-based and event-driven execution
- **Extensible JSON structure** for easy customization and expansion

## Quick Start

```bash
git clone https://github.com/jorgedlt/modeforge.git
cd modeforge
./scripts/run_mode.sh modes/high-precision.json
```

For detailed usage instructions, see [HOW_TO_USE.md](HOW_TO_USE.md).

For detailed usage instructions, see [HOW_TO_USE.md](HOW_TO_USE.md).

## Mode List Summary

- **Scheduled Report Mode**: Runs on cron, generates summaries and reports from logs or data.
- **Webhook Trigger Mode**: Listens for API calls, runs specific commands or workflows on trigger.
- **High Precision Mode**: Low temperature setting for detailed, accurate reasoning tasks.
- **Low Cost Mode**: Uses cheaper models optimized for bulk processing and repetitive tasks.
- **Review Mode**: Performs code or document reviews with focused analysis tools.
- **Branching Skeleton**: AI decision tree runner for conditional workflows and branching logic.
- **Screen Capture Stub**: Integrates with external vision MCP tools for image-based automation.
- **Build/CI Agent Mode**: Automates build, test, and deployment cycles in CI/CD pipelines.
- **Data Analysis Mode**: Handles CSV/SQL data insights, queries, and visualization.
- **Maintenance Mode**: Runs cleanup tasks, log reviews, and system maintenance operations.

## Extending Modes

Modes are defined in JSON format with the following structure. Modify fields to customize behavior:

```json
{
  "name": "scheduled-report",
  "prompt": "Summarize logs and produce a weekly report.",
  "temperature": 0.3,
  "tools": ["shell", "git", "http"],
  "run": {
    "schedule": "0 9 * * MON",
    "trigger": "cron"
  }
}
```

- `name`: Unique identifier for the mode
- `prompt`: System prompt defining the agent's behavior
- `temperature`: Controls randomness (0.0-1.0, lower for precision)
- `tools`: Array of enabled tools (e.g., "shell", "git", "http", MCP tools)
- `run`: Automation configuration with schedule (cron format) and trigger type

## Contributing

We welcome contributions! To propose new mode types or improve existing ones:

1. Fork the repository
2. Create a feature branch (`git checkout -b new-mode-template`)
3. Add your mode JSON file to `modes/`
4. Update this README with the new mode description
5. Submit a pull request with a clear description of the changes

Please ensure all JSON files are syntactically valid and include comprehensive documentation.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Source & license

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

- **Author:** [jorgedlt](https://github.com/jorgedlt)
- **Source:** [jorgedlt/modeforge](https://github.com/jorgedlt/modeforge)
- **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-jorgedlt-modeforge
- Seller: https://agentstack.voostack.com/s/jorgedlt
- 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%.
