We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timowhite88/Farnsworth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•290 B
"""
Farnsworth Optional Modules System.
Provides a registry of optional capabilities that can be installed during setup.
"""
from .registry import OPTIONAL_MODULES, get_installed_modules, is_module_available
__all__ = ['OPTIONAL_MODULES', 'get_installed_modules', 'is_module_available']