PluginBench
MCP Server

Memoire MCP Server

io.github.sarveshsea/memoire

What is the Memoire MCP server?

Shadcn-native Design CI for Tailwind apps with registry export and MCP UI tools.

How to install Memoire

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memoire": {
      "command": "npx",
      "args": [
        "-y",
        "@sarveshsea/memoire",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "memoire": {
      "command": "npx",
      "args": [
        "-y",
        "@sarveshsea/memoire",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "memoire": {
      "command": "npx",
      "args": [
        "-y",
        "@sarveshsea/memoire",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "memoire": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sarveshsea/memoire",
        "mcp",
        "start",
        "--no-figma"
      ]
    }
  }
}
Claude Code
claude mcp add memoire -- npx -y @sarveshsea/memoire mcp start --no-figma

Related MCP servers

Design-system memory for coding agents — Figma tokens, shadcn/ui codegen, Tailwind audits.

View repository →