원클릭으로
vmemo
Configure Vmemo MCP in clients and operate Vmemo images through MCP tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configure Vmemo MCP in clients and operate Vmemo images through MCP tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Unified Vmemo local development workflow: setup-state check, reset decision, and temporary port conflict handling.
Run the full GitHub PR lifecycle: create, update, assign, and keep PR content in sync with new commits.
Prepare a Vmemo release PR with explicit config-change confirmation gates.
Create concise incident postmortems at others/postmortem/YYYY-MM-DD-title.md for non-trivial bugs or issues.
开发时必须遵守 Vmemo 的编码规范与工程约束。
Use when working on Phoenix projects with Tidewave MCP. Prefer Tidewave tools for code discovery, docs lookup, runtime checks, and database verification instead of ad-hoc guessing.
| name | vmemo |
| description | Configure Vmemo MCP in clients and operate Vmemo images through MCP tools. |
Use this skill when users ask to:
POST /mcpAuthorization: Bearer <vmemo_token>initializenotifications/initializedtools/list or tools/callhttps://vmemo.app/mcp.Authorization header with Bearer token.{
"mcpServers": {
"Vmemo": {
"url": "https://vmemo.app/mcp",
"headers": {
"Authorization": "Bearer vmemo_xxx"
}
}
}
}
codex mcp add vmemo \
--url https://vmemo.app/mcp \
--bearer-token-env-var VMEMO_MCP_TOKEN
image_create to create image metadata row.image_read to fetch one image.image_update to modify note/caption/url.image_delete to remove an image.image_search for retrieval and discovery.No MCP servers available: client did not load config; verify config path and restart.MCP server does not exist: server name mismatch in client config.user cancelled MCP tool call: approval flow interrupted; retry and accept call.initialize and include mcp-session-id in subsequent requests.