workfullcircle-remote
v2.1.0
Published
Local MCP proxy that bridges IDE stdio to remote Streamable HTTP WorkFullCircle server
Maintainers
Readme
@workfullcircle/remote
Local MCP proxy that bridges IDE stdio to a remote Streamable HTTP MCP server.
Install
npm install -g @workfullcircle/remoteUsage
npx workfullcircle-remote https://workfullcircle.com --header "Authorization: Bearer uam_..."What it does
- Sends MCP JSON-RPC requests via HTTP POST to the remote MCP server
- Bridges stdio from IDEs to the Streamable HTTP endpoint
- Handles authentication headers automatically
Notes
- Requires an
Authorizationheader for WorkFullCircle servers - Uses Streamable HTTP (not SSE) for reliable transport
- Includes basic retry logic on network failures
