Local MCP proxy for remote WorkFullCircle server
bash
npm install -g @workfullcircle/remote
`
Usage
`bash
wfc-remote https://workfullcircle.com/sse --header "Authorization: Bearer uam_..."
`
What it does
- Opens an SSE connection to the remote MCP server
- Reads the MCP JSON-RPC endpoint from the endpoint event
- Sends stdio JSON-RPC requests to the remote endpoint
Notes
- Requires an Authorization header for WorkFullCircle servers
- Includes basic reconnect + backoff on SSE disconnects
Troubleshooting
- If you see SSE connection failed`, check your URL/token