Install
$ agentstack add mcp-kris-hansen-comanda ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
comanda
Declarative AI workflows for the command line.
Comanda turns repeatable AI work into YAML pipelines you can run, review, and version control. Use it to generate workflows from natural language, run multi-model pipelines, orchestrate agentic loops, process files, call tools, and wire Claude Code, Gemini CLI, OpenAI Codex, Kimi Code, and API models together.
For the full guide, feature tour, and copy-ready workflow templates, start at comanda.sh:
Install
brew install kris-hansen/comanda/comanda
Or install with Go:
go install github.com/kris-hansen/comanda@latest
See GitHub Releases for prebuilt binaries.
Quick Start
comanda configure
comanda generate workflow.yaml "review this code for bugs"
comanda process workflow.yaml
Pipe input through a workflow:
cat main.go | comanda process workflow.yaml
Inspect or iterate on a workflow:
comanda chart workflow.yaml
comanda improve workflow.yaml "Add security findings and suggested fixes"
Minimal Workflow
summarize:
input: STDIN
model: gpt-4o
action: "Summarize the input in three bullets."
output: STDOUT
Run it:
cat notes.md | comanda process summarize.yaml
What You Can Build
- Multi-agent reviews with Claude Code, Gemini CLI, OpenAI Codex, Kimi Code, and API models
- Agentic loops that iterate until work is complete
- File, URL, image, PDF, database, and batch-processing workflows
- Tool-enabled workflows with explicit command allowlists
- Codebase indexes for persistent project context
- Git worktree workflows for parallel isolated implementation
- Server-backed workflows callable over HTTP
- MCP server mode exposing workflows as tools and skills as prompts
More Examples
Most examples and walkthroughs live on comanda.sh:
- Browse workflow templates
- Explore all features
- [Local examples directory](examples/README.md)
- [Multi-agent patterns](examples/multi-agent/README.md)
- [Agentic loops](examples/agentic-loop/)
- [Tool use](examples/tool-use/README.md)
- [Server API](docs/server-api.md)
- [MCP server](docs/mcp-server.md)
MCP Server
Run comanda as an MCP server so agent clients (Claude Code, Kimi Code, Codex) can call workflows as tools and use skills as prompts:
comanda mcp
Each discovered workflow file (from ~/.comanda/workflows/, .comanda/workflows/, --dir, or --workflow) becomes one MCP tool; each skill becomes an MCP prompt. See [docs/mcp-server.md](docs/mcp-server.md) and [examples/mcp/](examples/mcp/README.md) for client setup and a walkthrough.
Development
make deps
make build
make test
License
MIT
Download History
[](https://skill-history.com/kris-hansen/comanda)
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kris-hansen
- Source: kris-hansen/comanda
- License: MIT
- Homepage: https://comanda.sh
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.