New Features
MCP Registry Integration
Browse and import MCPs directly from the official MCP Registry - the authoritative source for Model Context Protocol servers.
- Official Registry API: Uses the official MCP Registry API instead of scraping GitHub repos
- Search: Find MCPs by name or description with instant search
- Browse: Paginated listing of all registered MCPs with "Load More" support
- One-Click Import: Import any MCP directly to your library with environment variable placeholders
- Multi-Package Support: Automatic conversion for npm (
npx -y), PyPI (uvx), and Docker packages - Environment Variables: Shows required and optional environment variables with descriptions
How to Use
- Navigate to the Marketplace tab in the sidebar
- Select the MCPs tab (first tab)
- Search or browse available MCPs
- Click any MCP to see details and environment requirements
- Click Import to Library to add it to your MCP Library
Bug Fixes
- Build workflow signing: Fixed CI/CD build failures by adding signing key secrets to the Build workflow (not just Release)