
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
mcp-easy-proxy
Advanced tools
A Node.js command-line tool that creates a proxy for Server-Sent Events (SSE) or HTTP connections through standard I/O.
A Node.js command-line tool that creates a proxy for Server-Sent Events (SSE) or HTTP connections through standard I/O.
No installation needed. You can run it directly using npx:
npx mcp-easy-proxy
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": []
}
}
Use --log ./temp.txt to specify a log file for debug purposes. This allows you to:
Example:
npx mcp-easy-proxy http://localhost:3000/sse --log ./debug.log
FAQs
A Node.js command-line tool that creates a proxy for Server-Sent Events (SSE) or HTTP connections through standard I/O.
We found that mcp-easy-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.