ss-mcp-proxy
v1.0.4
Published
shadcn-studio MCP proxy wrapper
Downloads
93
Readme
ss-mcp-proxy
A thin proxy wrapper around shadcn-studio-mcp.
It patches global fetch so the MCP server's requests to shadcnstudio.com
are transparently redirected to a registry mirror, then starts the MCP server
unchanged over stdio.
Configure the mirror
The mirror domain is configurable via SS_MIRROR_HOST (default:
proxy.collectui.pro). Only the host changes; the path /api/mcp-proxy is
preserved.
# default mirror
node index.mjs
# custom mirror
SS_MIRROR_HOST=my-mirror.example.com node index.mjsSee CLAUDE.md for full project status, rewrite rules, and
secrets handling.
