vibe-canvas
Vibe Canvas
简体中文 | English
让 Codex 对话在右侧实时长成一张可筛选的思考画板。

简介
Vibe Canvas 是一个本地优先的 Codex 插件。你继续在左侧正常和 Codex 对话,右侧 Browser 会自动展示三层内容:
逐字保留的对话原文
AI 归纳后的结构化理解
随对话持续生长的思维导图
它不是一个需要再次输入、再次发送或手动保存的独立网站。HTML 页面只是 Codex 右侧的实时投影视图;输入、理解和推理仍然发生在当前 Codex 任务中。
适合用来做头脑风暴、方案推演、学习笔记、复盘、需求梳理,以及任何需要“边聊边看见结构”的思考过程。
Related MCP server: repo-memory-mcp
功能特性
对话即输入:左侧 Codex 是唯一文字入口,画板内没有第二套输入框。
原文可追溯:每一轮用户输入逐字保留,不把 AI 改写冒充原文。
AI 自动 Pick:新内容会被判断为
picked、candidate或ignored。候选缓冲:暂时无法判断的内容先等待后续语境,不急着进入结构。
人工最终决定:每轮都有 Pick Checkbox;人工选择永久高于后续 AI 判断。
实时重组:取消 Pick 后,对应内容立即退出结构和脑图,不会再次调用模型。
本地优先:会话和主题偏好保存在当前 workspace 的
.local/目录。双主题:亮蓝色默认主题与暖色主题可以即时切换并记住偏好。
增量同步:每轮只读取紧凑投影并写入当前增量,避免反复回放全部对话。
截图
Pick 已选与未选
左侧为绿色已选状态,右侧为灰色未选状态;取消后结构和脑图会同步更新。

环境要求
Codex Desktop,且支持本地 Plugin、Skill、MCP Server 和右侧 Browser
Node.js 20 或更高版本
可用的
codexCLI
当前版本在 macOS 上完成开发与验收。
安装
直接把 GitHub 仓库注册为 Codex Marketplace,再安装其中的插件:
codex plugin marketplace add prozacLaputa/vibe-canvas
codex plugin add vibe-canvas@vibe-canvas --json确认安装状态:
codex plugin list --json安装或升级后建议新建一个 Codex 任务,让 Skill 和 MCP 工具完成重新发现。
使用
在新的 Codex 任务中输入:
使用 $vibe-canvas 打开一个思考画板随后正常对话即可:
Codex 在右侧打开 Vibe Canvas。
每轮回答前,当前对话会把本轮原文和结构增量同步到画板。
AI 自动选择明确有价值的内容,并把不确定内容放入候选缓冲。
你可以在原文区点击 Pick,随时决定某轮是否进入结构与脑图。
右上角 Switch 可切换蓝色与暖色主题。
画板激活范围只限当前 Codex 任务;普通任务不会被自动接管。
原理
flowchart LR
U[左侧正常对话] --> C[当前 Codex 任务]
C -->|读取紧凑投影| M[本地 MCP Server]
C -->|写入本轮原文与结构增量| M
M --> J[本地 Session JSON]
J -->|revision 变化| B[右侧 Browser 投影]
B -->|Pick / 主题 PATCH| J核心由三部分组成:
Skill 负责时机与约束:显式打开后,每轮通过
vibe_canvas_get_projection读取紧凑上下文,再用vibe_canvas_sync_turn写入当前增量。不会启动第二个 Codex 会话,也不会伪造用户消息。MCP Server 负责状态:Node.js 进程同时提供 MCP 工具和仅监听
127.0.0.1的本地 HTTP API,并把 session 持久化为 JSON。Browser 负责投影与筛选:页面约每 900 ms 检查内部 revision,只在状态变化时重绘。Pick 和主题切换直接走本地 HTTP,不调用模型、不消耗额外 Token。
Token 主要来自每轮一次紧凑结构读取和一次小型增量写入;浏览器轮询、主题切换和人工 Pick 都是纯本地操作。
默认数据位置:
<workspace>/.local/vibe-canvas-demo/sessions/<session-id>.json
<workspace>/.local/vibe-canvas-demo/preferences.json快捷键
当前没有额外快捷键;使用 Codex 对话和画板中的 Pick / 主题控件即可。
开发
npm test测试通过公开 MCP JSON-RPC 和本地 HTTP 投影 API 覆盖打开画板、增量同步、AI Pick、候选复判、人工覆盖、主题偏好和状态恢复。
更新日志
见 CHANGELOG.md。
许可证
MIT © 2026 prozacLaputa
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceLocal-first external brain for Claude Code, Codex, and any MCP client. Stores decisions, entities, and session artifacts in one SQLite file and exposes MCP tools for recall, page, promote, review, graph-query, and source-status.11154MIT
- AlicenseCqualityCmaintenanceMCP server for sharing source-backed engineering memory across AI coding clients like Cursor and VS Code.301MIT
- Alicense-qualityCmaintenanceA local MCP server that provides a shared context and learning foundation across multiple AI tools (Claude, Copilot, Codex) for multiple projects, enabling persistent knowledge, decisions, and gap reflection through note storage.MIT
- AlicenseBqualityCmaintenanceLocal Markdown-backed memory tools for Codex and other MCP-capable agents. Exposes durable agent knowledge via CLI and MCP server.5MIT
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Hosted MCP memory: save sessions/decisions once, search from Claude, Cursor, ChatGPT. EU-hosted FTS.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prozacLaputa/vibe-canvas'
If you have feedback or need assistance with the MCP directory API, please join our Discord server