返回市场
zed-mcp服务器-web流程

zed-mcp服务器-web流程

作者:LoamStudios4 星标更新:2025-10-03

项目介绍

【技术文档摘要】:
# Webflow MCP Server 扩展用于 Zed

此扩展将 [Webflow MCP Server](https://github.com/webflow/mcp-server) 集成作为 [Zed](https://zed.dev) 的 [代理面板](https://zed.dev/docs/ai/overview) 的上下文服务器。

要安装,请导航到:**Zed** > **扩展**。或者使用命令调色板([macOS](https://github.com/zed-industries/zed/blob/main/assets/keymaps/default-macos.json#L581),[Linux](https://github.com/zed-industries/zed/blob/main/assets/keymaps/default-linux.json#L459))搜索 `扩展`。

```json
"context_servers": {
  "mcp-server-webflow": {
    "settings": {
      "webflow_token": "<WEBFLOW_TOKEN>"
    }
  }
}