con un clic
vmemo
Configure Vmemo MCP in clients and operate Vmemo images through MCP tools.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Configure Vmemo MCP in clients and operate Vmemo images through MCP tools.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.