import asyncio
import docker
from .server import run_stdio
from .settings import ServerSettings
def main():
"""Run the server sourcing configuration from environment variables."""
asyncio.run(run_stdio(ServerSettings(), docker.from_env()))
# Optionally expose other important items at package level
__all__ = ["main", "run_stdio", "ServerSettings"]
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/ckreiling/mcp-server-docker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server