Module registry

Module registry 

Source
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§

PopularMcpServer
A recommended MCP server entry sourced from the official MCP Registry.
RegistryBrowseEntry
One entry in a paginated registry browse result.
RegistryBrowsePage
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 limit popular, 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.