Design-system memory for coding agents — Figma tokens, shadcn/ui codegen, Tailwind audits.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-sarveshsea-memi": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Design-system memory for coding agents — Figma tokens, shadcn/ui codegen, Tailwind audits.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
MCP Security Weekly
Get CVE alerts and security updates for io.github.sarveshsea/memi and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Design-system memory for coding agents.
Give Claude Code, Cursor, and Codex memory of your tokens, components, and Figma — so they edit your app without breaking the design.

npm i -g @memi-design/cli # npm
pnpm add -g @memi-design/cli # pnpm
yarn global add @memi-design/cli # yarn
memi diagnose # audit your current Tailwind app
memi tokens --from ./src --report # extract design tokens
memi shadcn export --out public/r # publish a shadcn-native registry
Looking for the macOS app? memi Studio (Tauri shell, signed DMG) lives at github.com/sarveshsea/memi-studio. Homepage: memoire.cv.
Full quickstart → · llms.txt · Compatibility: shadcn registry · v0 design systems
memi ships native agent kits and the first native-runtime trust patch inside the npm package. Install memi once, initialize the workspace suite manifest, warm the shared daemon, then give Hermes agents, OpenClaw bots, Claude Code, Cursor, Codex, and OpenCode the same design-system memory, Figma bridge context, Atomic Design rules, shadcn/ui codegen, Tailwind diagnostics, and research-backed UI audit flow.
npm i -g @memi-design/cli
memi suite init --project .
memi daemon start --project . --port auto
memi daemon status --json
memi simulate plan --hypothesis "New onboarding lowers activation risk" --json
memi agent install hermes
memi agent install openclaw --project .
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 .
# install every supported kit, or inspect first
memi agent install --project .
memi agent install --dry-run --json
Hermes and OpenClaw receive memoire-design-tooling SKILL.md packages. Claude Code and Cursor receive MCP config for memi mcp start --no-figma. Codex can receive either the skill-only kit with memi agent install codex or the full Codex plugin with memi agent install codex-plugin, which installs a home-local plugin and marketplace entry. OpenCode receives a workspace skill-style context pack. Agent kit installs also plan or write memoire.agent.yaml, the YAML suite manifest agents use for memory sources, harnesses, skills, and recipes. Mirror-ready community skill files live in agent-kits/mirror for sarveshsea/memoire-agent-skills. MCP registries and crawlers can inspect the Figma-independent server with memi mcp start --no-figma.
| Agent | Native install target | What it unlocks |
|---|---|---|
| Hermes | ~/.hermes/skills/memoire/memoire-design-tooling/SKILL.md | Hermes loads memi as a design-system skill for UI, Figma, specs, and research runs. |
| OpenClaw | <workspace>/skills/memoire/memoire-design-tooling/SKILL.md | OpenClaw picks up a workspace skill with memi install metadata for ClawHub-style agent use. |
| Claude Code | ` |