Skip to content

dl4rce/flaiwheel

v3.4.7 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 3mo MCP Search & Web
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed 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

Track dl4rce/flaiwheel

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]