Shadcn-native Design CI for Tailwind apps with registry export and MCP UI tools.
claude mcp add memoire -- npx -y @sarveshsea/memoire
claude_desktop_config.json
{
"mcpServers": {
"memoire": {
"command": "npx",
"args": [
"-y",
"@sarveshsea/memoire"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"memoire": {
"command": "npx",
"args": [
"-y",
"@sarveshsea/memoire"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"memoire": {
"command": "npx",
"args": [
"-y",
"@sarveshsea/memoire"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"memoire": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sarveshsea/memoire"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"memoire": {
"command": "npx",
"args": [
"-y",
"@sarveshsea/memoire"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sarveshsea--memoire/reviews or the review_server meta-tool.
POST /mcp