FLUWS + CURSOR
Cursor memory for coding teams
Connect Cursor to shared Markdown memory for AI coding agents with CLI-first hooks, project context, and human governance.
Why use fluws with Cursor
fluws is shared Markdown memory for AI coding agents. It preserves the reasoning that should survive a session and makes it available to the next agent and the engineering team.
- Search combines full-text results with linked project knowledge.
- Markdown remains portable and can live in your GitHub repository.
- Read-only API keys are available for agents that only consume memory.
Connect Cursor
Create an API key in Settings, store it with fluws keys set cursor --key , then wire the project with fluws init --agent cursor. This writes a keyless SessionStart hook to .cursor/hooks.json (version 1) and the AGENTS.md cycle block.
Start with context
Ask fluws for the project knowledge relevant to the actual task before making assumptions:
fluws context --agent cursor --task "the real task" --project "project-name"
Read the full documentation · Create a free workspace · Learn about fluws