We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scooter-lacroix/sandbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•169 B
"""
Sandbox server module.
Provides server functionality for the sandbox package.
"""
from .main import run_server, get_status
__all__ = ['run_server', 'get_status']