
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
lanhu-content-mcp
Advanced tools
一个基于Model Context Protocol (MCP)的服务器演示项目,用于处理蓝湖相关内容。
npm install lanhu-content-mcp
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/dist/server/stdio.js";
// 创建MCP服务器实例
const server = new McpServer({
name: "Demo",
version: "1.0.0"
});
// 连接服务器
const transport = new StdioServerTransport();
await server.connect(transport);
本项目已发布到npm,可以直接在Cursor中通过MCP插件使用。插件会自动使用npx运行已发布的包,无需额外配置。
# 安装依赖
npm install
# 运行开发服务器
npm start
# 运行测试
npm test
# 构建项目
npm run build
MIT
FAQs
A Model Context Protocol (MCP) server demo
The npm package lanhu-content-mcp receives a total of 0 weekly downloads. As such, lanhu-content-mcp popularity was classified as not popular.
We found that lanhu-content-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.