This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryA single installer configures Cursor, Claude Desktop, and Claude Code CLI to connect to Flaiwheel automatically.
Full changelog
v3.5.0 — One installer, all agents
A single curl | bash now connects Cursor, Claude Desktop, and Claude Code CLI to Flaiwheel automatically.
What the installer does
| Agent | What happens automatically |
|-------|--------------------------|
| Cursor | .cursor/mcp.json + .cursor/rules/flaiwheel.mdc written |
| Claude Desktop (macOS app) | claude_desktop_config.json updated with mcp-remote bridge — just restart the app |
| Claude Code CLI | .mcp.json + CLAUDE.md written, claude mcp add run automatically if CLI is on PATH |
| All other agents | AGENTS.md written to project root |
Claude Desktop
Claude Desktop only supports stdio MCP servers. The installer uses mcp-remote as a transparent stdio→SSE bridge:
{
"mcpServers": {
"flaiwheel": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:8081/sse"]
}
}
}
Requires Node.js. After install, quit and reopen Claude for Mac — the hammer icon confirms Flaiwheel is connected.
Claude Code CLI
If claude is on PATH, the installer runs:
claude mcp add --transport sse --scope project flaiwheel http://localhost:8081/sse
If not, a boxed ACTION REQUIRED prompt tells you exactly what to run. CLAUDE.md also instructs the agent to check /mcp at session start and proactively remind you if not connected.
Upgrade
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dl4rce/flaiwheel
Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies.
Related context
Beta — feedback welcome: [email protected]