Skip to content

Vydia/mini-mcp-registry

Repository files navigation

mini-mcp-registry

A lightweight, self-hosted MCP registry proxy that exposes a curated subset of the GitHub MCP registry. Deployed to Vercel.

Registry URL

https://mini-mcp-registry.vercel.app

Managing servers

Add a server using its ID from the GitHub MCP registry:

npm run add-server -- com.figma.mcp/mcp

Remove a server:

npm run remove-server -- com.figma.mcp/mcp

Both scripts rebuild the static JSON files automatically. Commit and push to deploy via Vercel.

Local development

npm install
npm run dev        # start dev server at http://localhost:5173
npm run build      # fetch latest server data + build

Releases

No releases published

Packages

 
 
 

Contributors