Back to Apps

Flow
by flowexec
Local-first developer automation platform for managing workflows, secrets, and templates across multiple projects.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Flow is a workflow manager that sits above your projects, providing a unified interface to run scripts, manage encrypted secrets, and organize automation regardless of the tech stack. It eliminates the need to remember disparate Makefile or npm script conventions across different repositories.
Tools
- Workflow Execution: Run serial, parallel, or conditional workflows across registered workspaces.
- Secret Management: Inject encrypted local vault secrets at runtime into your automation.
- Workspace Discovery: Browse and search all workflows across all projects via a TUI.
- Project Bootstrapping: Use reusable templates to scaffold new flow-ready projects.
Installation
Install via curl:
curl -sSL https://install.flowexec.io | bash
To integrate as an MCP server for Claude Desktop, add the following to claude_desktop_config.json:
{
"mcpServers": {
"flow": {
"command": "flow",
"args": ["mcp"]
}
}
}
Supported hosts
- claude
- cursor
Quick install
curl -sSL https://install.flowexec.io | bashInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add flow mcp server to mcp.jsonClaude Desktop
Add "flow": {"command": "flow", "args": ["mcp"]} to mcpServers in claude_desktop_config.json





