
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@codify-ai/mcp-client
Advanced tools
Codify MCP 客户端 - 连接 MasterGo 和 IDE / CLI 的桥梁
通过 MCP 协议从远程 Codify 服务器获取代码
快速开始 · 功能特性 · 可用工具 · Codify 仪表盘
npx 无需手动下载Codify://get_code/{content_id} 访问代码例如:编辑 ~/.cursor/mcp.json(如果文件不存在则创建):
{
"mcpServers": {
"codify": {
"command": "npx",
"args": [
"-y",
"@codify-ai/mcp-client",
"--url=https://mcp.codify-api.com"
],
"env": {
"CODIFY_ACCESS_KEY": "sk-your-access-key"
}
}
}
}
重启Cursor、VSCode、Trae 等 IDE 或者 CLI 工具,或重新加载 MCP 服务器配置。
在IDE / CLI 中,您可以:
在 Codify 插件中选中一个元素,复制的指令然后给到其他人来获取代码。
无需启动 MasterGo,直接在 IDE 中输入该指令即可获取代码。
codify://getCode/{contentId}
直接在对话框输入指令,AI 会自动识别并调用工具:
在对话中通过或直接输入 URI 引用:
codify://rule
获取 MasterGo 中当前选中图层(或指定图层)的代码。支持根节点完整保存,以及子节点自动合并到本地基准 HTML 文件。
projectDir (必填), targetNodeId (可选), syncToBase (可选, 默认 true)获取最新设计稿代码与本地 .codify 目录中旧代码的差异 (Diff)。用于全量或局部同步。
projectDir (必填), targetNodeId (可选), filePath (可选)列出所有可用的代码列表。
通过 contentId 获取特定代码并保存到本地。
contentId (必填), projectDir (必填), outDir (必填), documentId (可选)获取当前文件已加载/已订阅的团队库列表(名称、ID、组件数、样式数)。
拉取指定团队库组件数据并落盘到本地 .codify/library/<teamLibraryId>/<teamLibraryName>.json,用于组件库页面生成。
projectDir (必填), teamLibraryId (可选), teamLibraryName (可选), includePropertyDetails (可选, 默认 true)组件库页面生成标准流程:
get_library_list 确认团队库;get_component_info 拉取并落盘 JSON;components 用于 <ui-component>,icons 用于 <ui-icon>;其中 <ui-component> 的 props 仅允许由 components[].props 推导(禁止臆造)。根据自然语言需求生成符合 Codify 规范的 HTML+CSS 代码。
requirement (必填)将生成的 HTML 代码发送到 MasterGo 插件并创建新页面。
code (可选), filePath (可选), projectDir (必填), saveCodeToLocal (可选)创建一个 MasterGo 母版组件或组件集(变体)。
code (必填)将修改后的 HTML 代码发回 MasterGo 进行局部更新。这是默认修改工具。只要是在现有节点上做修改,就优先使用它。注意:必须包含 data-node-id。
code (必填), targetNodeId (可选), documentId (可选)将本地完整的静态 HTML 文件内容全量同步覆盖到 MasterGo 画布。
filePath (必填), targetNodeId (必填, 根节点 ID), documentId (可选)在 MasterGo 中删除指定的或当前选中的图层。
targetNodeId (可选), documentId (可选)查看当前登录用户信息、团队信息以及配额使用情况。
MIT
欢迎提交 Issue 和 Pull Request!
Made with ❤️ by Codify Team
FAQs
Codify MCP 客户端 - 连接到远程 Codify MCP 服务器,供 CLI 或 Cursor 等 IDE 使用
The npm package @codify-ai/mcp-client receives a total of 52 weekly downloads. As such, @codify-ai/mcp-client popularity was classified as not popular.
We found that @codify-ai/mcp-client demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain