Memoire MCP And Agent Skills
Deprecated compatibility slug. Use
memoire-design-toolingfor new work. This payload remains self-contained for clients that installed the historical name.
Use this Note when an agent needs local memi design tools through MCP or an installed skill package.
Safe default setup
npm i -g @memi-design/cli
memi agent install --dry-run --json
memi agent brief . --intent "Prepare this repo for design-agent work" --json
memi mcp start --no-figma
Agent Skills setup
memi agent install universal --project .
npx skills add sarveshsea/memi --skill memoire-design-tooling
The skill should make agents run evidence commands before editing UI:
memi diagnose .
memi ux audit . --json
memi craft audit . --json
memi tokens --from ./src --report
MCP client setup
Use the Figma-independent server when the client only needs local code, registry, and audit tools:
memi mcp start --no-figma
Expected core tools include:
diagnose_app_qualityaudit_ux_tenets_trapsaudit_interface_craftget_shadcn_registryprepare_design_agent_brief
Client-specific installs
memi agent install claude-code --project .
memi agent install cursor --project .
memi agent install codex
memi agent install codex-plugin
memi agent install opencode --project .
Use --dry-run --json first in shared repositories.