FlowSync AI
Project memory for coding agents, over MCP
Persistent memory for coding agents, so they stop re-learning your codebase every session.
What it does
- Gives coding agents durable project context via the Model Context Protocol.
- A VS Code extension and MCP server for context logging, project search, recent changes and branch-aware RAG retrieval.
- Event-driven async AWS pipeline that reads git diffs with Bedrock models and pulls out the decisions, risks and tasks hiding in them.
- Branch-aware RAG with DynamoDB caching: 1.26s median push-to-search latency, 1.60s p95.

