安装 monday.com 插件
安装 monday-com@openai-curated 并连接 monday.com,使用看板和 CRM 工作流。
安装 monday-com@openai-curated 并连接 monday.com,使用看板和 CRM 工作流。
这是把 monday.com 看板接到 Codex,用来搜 board、建 item、改列、派负责人和发更新。清单 plugin.json 的 name 是 monday-com、version 是 2.0.0,所以精选 id 是 monday-com@openai-curated。现行清单只声明 .app.json,没有 skills 字段,也没有 mcpServers 字段。不要写成 monday@openai-curated。
CLI:
codex plugin add monday-com@openai-curated
codex plugin list
TUI /plugins 或桌面 Plugins 搜 monday.com 再装,效果一样。装完按提示 Connect monday.com 账号。IDE 扩展没有 /plugins,用 CLI 这条。
仓库另有 .mcp.json,表名是 monday-com,type 是 http,URL 是 https://mcp.monday.com/mcp(带 /mcp)。因为现行 plugin.json 没有挂 mcpServers,不要假设 plugin add 会自动叠这张 MCP 表。只要 MCP、不要 App 时,才手写 mcp add monday-com --url https://mcp.monday.com/mcp。插件已经登记 MCP 时,不要再 mcp add 叠一张。
在支持的 Codex 任务视图里,打开 Sources → Use plugins,再搜已安装的 monday.com。ChatGPT 里可以用 @monday.com。
0.154 起先看当前会话的 /plugins;没有再新开。codex plugin list 里应看到 monday-com@openai-curated。网页 Cloud 不读 ~/.codex/config.toml。Cloud 用 Plugins 搜 monday.com。
使用注意事项:
- 操作影响:建 item、改列、派负责人会动真实 monday.com 工作区。