Install
$ agentstack add mcp-eleven-m-flowmind ✓ 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.
About
🧠 FlowMind
The AI Agent That Learns How You Work
Memory and workflow automation for MCP, Codex, and Claude Code.
[](LICENSE) [](CONTRIBUTING.md) [](https://www.npmjs.com/package/flowmind) [](https://www.npmjs.com/package/flowmind)
[中文](README_CN.md) | [Quick Start](#quick-start) | [Demo](demo/DEMO.md) | [Detailed Guide](docs/guide.md) | [Integration](docs/integration-guide.md) | [Changelog](CHANGELOG.md)
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](docs/guide.md)
- Need Claude Code, Codex, Cursor, or MCP setup: [docs/integration-guide.md](docs/integration-guide.md)
- Want to see terminal output first: [demo/DEMO.md](demo/DEMO.md)
- Want release history: [CHANGELOG.md](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](CONTRIBUTING.md).
License
MIT. See [LICENSE](LICENSE).
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Eleven-M
- Source: Eleven-M/flowmind
- License: MIT
- Homepage: https://www.npmjs.com/package/flowmind
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.