Socket
Book a DemoInstallSign in
Socket

mcp-easy-proxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-easy-proxy

A Node.js command-line tool that creates a proxy for Server-Sent Events (SSE) or HTTP connections through standard I/O.

1.0.5
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

mcp-easy-proxy

A Node.js command-line tool that creates a proxy for Server-Sent Events (SSE) or HTTP connections through standard I/O.

Installation

No installation needed. You can run it directly using npx:

npx mcp-easy-proxy

Examples

Start proxy and connect to an event source:


# Terminal - Connect to events
npx mcp-easy-proxy  http://localhost:3000/sse

Use In McpConfig

{
  "my-proxy": {
    "command": "npx",
    "args": ["mcp-easy-proxy", "http://localhost:3000/sse"],
    "disabled": false,
    "autoApprove": []
  }
}
{
  "my-proxy": {
    "command": "npx",
    "args": ["mcp-easy-proxy", "--transport", "http", "http://localhost:3000"],
    "disabled": false,
    "autoApprove": []
  }
}

debug

Log File Option

Use --log ./temp.txt to specify a log file for debug purposes. This allows you to:

  • Save program output to a file instead of console
  • Review execution details later for debugging
  • Set custom log file path and name
  • Capture log messages during program execution

Example:

npx mcp-easy-proxy http://localhost:3000/sse --log ./debug.log

FAQs

Package last updated on 08 Apr 2025

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.