Browsing the Registry
The Registry lists MCP servers with verified metadata:- Name and description — what the server does
- Available tools — the complete tool list with input schemas
- Quickstart tabs — ready-to-use configuration snippets for Claude Desktop, Cursor, and other clients
- Environment variables — required credentials and configuration
- Repository and install command — source code and setup instructions
Connecting a Registry Server to Your Gateway
From any Registry listing detail page, click Connect to Gateway to add the server to your active MCP Gateway. Karada will:- Create a namespaced connection using the server’s canonical prefix
- Configure the upstream URL automatically
- Prompt you to provide any required API keys or credentials
Publishing to the Registry
If you build an MCP server on Karada (via Auto-MCP or a connected Git repository), you can publish it to the Registry for others to discover and use.How to Publish
- Navigate to your Project Dashboard.
- Click Publish to Registry from the project actions menu.
- Karada validates that your server responds to MCP
initializeandtools/listcorrectly. - Once published, your server appears in the Registry with its tool catalog and quickstart instructions.
Claim Precedence
For popular APIs (e.g., Stripe, GitHub, Slack), multiple publishers may offer MCP servers. Karada enforces claim precedence — the first verified publisher for a given API namespace holds the canonical listing. Additional publishers can submit claim requests, which are reviewed by the Karada team.Registry Plugins
The Registry also supports plugins — packaged extensions that add custom business logic, auth flows, or data transforms to any MCP server. From the Registry plugin section:- List available plugins for your team
- Create new plugins with custom handlers
- Publish plugins to make them available across your organization