Skip to main content
Glama

AgentMode

Official
by agentmode
__init__.py331 B
import os import importlib # Dynamically import all Python files in the current directory current_dir = os.path.dirname(__file__) for filename in os.listdir(current_dir): if filename.endswith('.py') and filename != '__init__.py': module_name = f"{__name__}.{filename[:-3]}" importlib.import_module(module_name)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentmode/server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server