Registry¶
registry
¶
registry.py — Query the official MCP Registry at registry.modelcontextprotocol.io
search_servers
¶
Search the official MCP Registry. Returns list of unwrapped server dicts.
Source code in src/crux_cli/registry.py
get_server
¶
Fetch full details for a specific server by ID.
Source code in src/crux_cli/registry.py
display_name
¶
github_slug
¶
Extract 'owner/repo' from a server's repository URL, or None.
Source code in src/crux_cli/registry.py
best_package
¶
Return (registry_name, package_name) for the most useful package, or (None, None).
Source code in src/crux_cli/registry.py
remote_url
¶
Return the primary hosted remote URL, if any.
suggest_crux_add
¶
Return the best crux mcp add command string for a registry server, or None.