What is Flipper
Flipper reads the places your team already works — Slack, Gmail, Drive, Calendar, Notion, Jira, Trello — and turns what happened there into facts your AI agents can look up. It is the memory layer, not another chat window.
The problem it solves
Every agent you use starts from zero. You re-explain the project, the customer, the decision you made last Tuesday, and the agent still answers like a stranger who joined this morning. The context exists — it is just scattered across five tools and nobody's head.
Flipper ingests those sources continuously, distils them into subject–predicate–object facts with confidence and provenance, and serves them over MCP. Any MCP-capable agent — Claude Code, Cursor, Codex, Claude.ai, ChatGPT — calls get_context and starts the conversation already knowing your team.

What it is not
Not a chatbot. Flipper has no chat interface of its own. Your agent is the interface.
Not a search box bolted onto your files. Facts are extracted and versioned, so a superseded decision is visibly superseded rather than returned alongside its replacement.
Not an autonomous actor. Flipper drafts with
propose_action; your agent executes under its own credentials. Flipper never sends an email or posts a message.
