Enables Claude Desktop to communicate with Devin's SSE transport, ensuring reliable passage of a Personal API Key.
Devin SSE Proxy is a specialized Python-based server designed as a temporary solution to a known bug preventing Claude Desktop from accessing private repositories via Devin's SSE transport. It acts as an intermediary, reliably passing your Personal API Key to Devin's SSE endpoint by forcing the `Authorization` header on every request. This ensures that Claude Desktop users can access private repositories, bridging a critical gap until a native fix is implemented by Devin or Claude.
Key Features
01Bridges Claude Desktop JSON-RPC to Devin's SSE endpoint
02Dynamically switches HTTP POSTs based on SSE endpoint events
03Persists Mcp-Session-Id for sustained session management
04Reliably forwards Personal API Keys via Authorization headers
050 GitHub stars
Use Cases
01Enabling Claude Desktop access to Devin's SSE transport
02Ensuring secure access to private repositories from Claude Desktop
03Temporary workaround for API key forwarding issues in Claude Desktop