Flowmind
FreeNot checkedMemory and workflow automation for MCP, Codex, and Claude Code. Reuse repeatable developer operations through skills and explicit feedback.
About
Memory and workflow automation for MCP, Codex, and Claude Code. Reuse repeatable developer operations through skills and explicit feedback.
README
🧠 FlowMind
The AI Agent That Learns How You Work
Memory and workflow automation for MCP, Codex, and Claude Code.
License: MIT PRs Welcome npm version npm downloads
中文 | Quick Start | Demo | Detailed Guide | Integration | Changelog
What It Is
FlowMind is a memory layer for repeatable developer workflows.
Use it when you already have tools and want a better execution surface:
- Route recurring tasks through reusable skills
- Capture explicit feedback and reuse it later
- Run the same workflow from CLI, Codex, or MCP clients
Best-fit use cases today:
- Log and trace investigation
- Code review with fixed standards
- Data validation and internal tool orchestration
Quick Start
npm install -g flowmind
flowmind doctor
flowmind skills
flowmind process --skill log-audit "query the latest error logs"
If you want Codex-friendly JSON output:
flowmind-codex skills
flowmind-codex --skill log-audit "查询 traceId abc123 的日志"
If you prefer npx:
npx flowmind@latest doctor
npx flowmind@latest skills
Why It Works
- Skills provide a stable execution path instead of ad hoc prompts
- Feedback becomes reusable state instead of chat history
- CLI and MCP entrypoints make the workflow scriptable
A Real Example
flowmind process --skill log-audit "查询 traceId abc123 的日志"
flowmind "下次用表格格式"
On the next similar request, FlowMind can reuse that explicit formatting preference from local learning data.
Read By Goal
- Need the full product walkthrough: docs/guide.md
- Need Claude Code, Codex, Cursor, or MCP setup: docs/integration-guide.md
- Want to see terminal output first: demo/DEMO.md
- Want release history: CHANGELOG.md
Why This Homepage Is Short
The npm package page works best as an entry page, not as the entire manual. Detailed usage modes, system explanation, and architecture notes now live in the linked docs.
Contributing
PRs are welcome. Start with CONTRIBUTING.md.
License
MIT. See LICENSE.
Install Flowmind in Claude Desktop, Claude Code & Cursor
unyly install flowmindInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add flowmind -- npx -y flowmindFAQ
Is Flowmind MCP free?
Yes, Flowmind MCP is free — one-click install via Unyly at no cost.
Does Flowmind need an API key?
No, Flowmind runs without API keys or environment variables.
Is Flowmind hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Flowmind in Claude Desktop, Claude Code or Cursor?
Open Flowmind on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Flowmind with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
