npx claudepluginhub joshuarweaver/cascade-code-devops-misc-2 --plugin vanman2024-dev-lifecycle-marketplaceAdd to your .mcp.json:
{
"mcpServers": {
"tailwind-ui-mcp": {
"url": "http://localhost:8032",
"env": {
"SUPABASE_URL": "${SUPABASE_URL}",
"SUPABASE_ANON_KEY": "${SUPABASE_ANON_KEY}"
}
}
}
}Replace placeholder values for: SUPABASE_ANON_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
http://localhost:8032SUPABASE_URL=${SUPABASE_URL}SUPABASE_ANON_KEY=${SUPABASE_ANON_KEY}