Expand description
MCP Registry integration — popular server discovery.
Fetches and filters the official MCP Registry (https://registry.modelcontextprotocol.io) to surface open-source servers. Three transport families are supported: stdio (npm / pypi), streamable-HTTP, and SSE. Two add-ability tiers are exposed per server:
- Quick Add — server with no required env vars / auth headers; added
enabled and ready to use immediately (
enabled = true). - Add (Disabled) — server that requires at least one env var or auth
header before it can connect; added in a disabled state (
enabled = false) so the user can fill in secrets / config in the settings panel and then enable it.
Structs§
- Popular
McpServer - A recommended MCP server entry sourced from the official MCP Registry.
- Registry
Browse Entry - One entry in a paginated registry browse result.
- Registry
Browse Page - Paginated response returned by
browse_mcp_registry.
Functions§
- browse_
mcp_ registry - Fetch a single page from the MCP Registry with optional full-text search.
- list_
popular_ mcp_ servers - Return up to
limitpopular, open-source MCP servers that can be added without additional configuration. - normalize_
mcp_ server_ name - Convert an arbitrary registry name into a safe, stable tool identifier.