New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@workfullcircle/remote

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workfullcircle/remote

Local MCP proxy for remote WorkFullCircle server

latest
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

@workfullcircle/remote

Local MCP proxy that bridges IDE stdio to a remote SSE MCP server.

Install

npm install -g @workfullcircle/remote

Usage

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
  • If the endpoint never arrives, it reconnects after 10s

Keywords

mcp

FAQs

Package last updated on 21 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts