This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed Claude Desktop connection error by switching from mcp-proxy to mcp-remote.
Full changelog
Bugfix
Claude Desktop: switched from mcp-proxy to mcp-remote
mcp-proxy treated the SSE URL as a process to spawn, causing ENOENT. mcp-remote is the correct tool — it acts as a stdio client that connects to a remote SSE endpoint, which is exactly what Claude Desktop needs.
The installer now writes:
"flaiwheel": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:8081/sse"]
}
mcp-remote is downloaded automatically on first use via npx -y.
What the installer handles automatically
| Client | How it connects | What the installer does |
|--------|----------------|------------------------|
| Cursor | .cursor/mcp.json (native SSE) | Written automatically |
| Claude Desktop (macOS app) | claude_desktop_config.json via mcp-remote stdio bridge | Written automatically if npx available |
| Claude Code (CLI) | .mcp.json + claude mcp add | Written + registered automatically if claude CLI available |
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]