Flow Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Flow Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Cross-model AI memory persistence. Your AI remembers everything, everywhere.
FlowMCP is an MCP (Model Context Protocol) server that gives every AI tool you use — Claude, ChatGPT, Cursor, and more — access to the same persistent memory. Explain your project once, and every AI model knows the context.
Perfect for local development. Everything runs on your computer with offline access and no usage capping.
#### 1. Start Postgres & FlowMCP
docker compose up -dThis handles database tables seeding automatically.
#### 2. Install & Build
npm install
npm run build#### 3. Setup Environment
cp .env.example .envThe defaults support local Docker correctly. No changes required.
For scaling to multiple users, team group spaces, and payment unlocks.
sql/supabase-full-migration.sql inside your SQL Query Editor..env with: DATABASE_URL="your-supabase-connection-string"
TRANSPORT=http
PORT=3001STRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRET for upgrades handles.Edit claude_desktop_config.json:
{
"mcpServers": {
"flowmcp": {
"command": "node",
"args": ["/absolute/path/to/flowmcp-mcp-server/dist/index.js"]
}
}
}Create .cursor/mcp.json (or add via Cursor Settings Settings → Features → MCP):
FlowMCPcommandnode /absolute/path/to/flowmcp-mcp-server/dist/index.js| Command | Mode | Target Audience |
|---|---|---|
npm start | Stdio Mode | Standard offline triggers (Claude / Cursor) |
TRANSPORT=http npm start | HTTP Mode | Remote Web App triggers (ChatGPT integrations) |
npm run dev | Watch Mode | Live rebuilding updates |
AI Tool Interface (Claude / ChatGPT / Cursor)
│
│ MCP Protocol (stdio / HTTP)
▼
┌──────────────────────────┐
│ FlowMCP Server │
│ • memory_store │
│ • memory_recall │
│ • Auto-assign scopes │
└──────────┬───────────────┘
│
▼
┌──────────────────────────┐
│ PostgreSQL DB │
│ • Full-text Search │
│ • Relevance Scoring │
└──────────────────────────┘FlowMCP supports Group Spaces.
Created with 🌊 Flow Labs frameworks.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.