Skip to content

Your Models. Your Workflows. Your Computer.

Turn AI Workflows
Into Tools You Own.

Build one useful command, connect it to another, and keep the result on your machine. CmdForge makes AI capabilities composable like Unix pipes—and callable from coding agents through MCP.

# Improvise once. Keep what becomes useful.

$ cat meeting.txt | cmdforge run-once \

"Extract decisions and owners from {input}"

# Reusable tomorrow—from your shell or your coding agent:

$ cat meeting.txt | meeting-decisions

Small Tools, Serious Leverage

Start with a command that solves one problem. Add contracts, composition, and sharing only when the work earns it.

Discover or Create

Search local tools and the registry by what they do. For a new idea, forge a personal or project-owned tool from plain language.

Compose and Verify

Join prompts, Python, CmdForge tools, and MCP calls. Contracts, preflight, regression evidence, and quality coverage keep the result inspectable.

Use It Everywhere

Run tools as ordinary commands, compose them in projects, publish immutable versions, or expose a deliberate allowlist to Codex and Claude Code over MCP.

See It In Action

From natural language query to working solution

1 Describe What You Need

# Natural language search:

$ cmdforge registry describe \

"analyze code for security issues"

Matching tools:

official/code-review

Reviews code for bugs, security, and style

rob/security-scan

Focused security vulnerability detection

Semantic search understands intent, not just keywords.

2 Compose Into Workflows

# Tools can call other tools:

steps:

- type: tool

tool: official/code-review

output_var: review

- type: tool

tool: rob/summarize

input: "{review}"

output_var: summary

# Use like any Unix command:

$ cat app.py | my-review-tool

Build complex solutions from simple, tested components.

Choose the Engine at Runtime

Local models, coding CLIs, and OpenAI-compatible APIs—with explicit privacy, capability, fallback, and provenance controls.

Configure Providers

Featured Tools & Projects

View All
Developer
C

create_summary

by official

Expert content summarizer. You take content in and output a Markdown formatted summary using the format below.

2
v1.0.2
cmdforge install official/create_summary
Developer
F

forge-tool

by official

Build and validate single or multi-tool CmdForge pipelines from natural language descriptions, writing config.yaml and README globally or into a project's .cmdforge directory with proper step composition, contracts, and ToolStep wiring

1
v1.1.1
cmdforge install official/forge-tool
Text
S

summarize

by official

Expert content summarizer. You take content in and output a Markdown formatted summary using the format below.

1
v1.0.2
cmdforge install official/summarize
Data
A

analyze_prose

by official

Expert writer and editor and you excel at evaluating the quality of writing and other content and providing various ratings and recommendations about how to improve it from a novelty, clarity, and...

1
v1.0.2
cmdforge install official/analyze_prose
Data

Expert at knowledge management and note metadata. Given any text — a document, article, essay, book chapter, transcript, meeting notes, or rough draft — you generate clean, well-structured YAML...

0
v1.0.2
cmdforge install official/generate_frontmatter
Data

Expert at identifying every commercially relevant entity in a video transcript — the products shown, tools used, plants grown, books referenced, services mentioned, and brands displayed. You think...

0
v1.0.2
cmdforge install official/extract_video_commerce_entities

Tool Collections

Install curated groups of tools with a single command

Browse Collections

Getting Started