We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alti3/stk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•299 B
# Import the modules containing the tool definitions.
# This ensures the @mcp_server.tool() decorators run and register the tools.
from . import scenario
from . import satellite
# You can optionally define an __all__ if needed, but importing is usually sufficient
# for the decorators to register.