Skip to main content
Glama

MCP Docker Demo

by rakeshsun
.gitignore•1.9 kB
# ----------------------------------------------------------------------------- # Python / packaging # ----------------------------------------------------------------------------- # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging build/ dist/ eggs/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ *.egg-info/ .eggs/ # ----------------------------------------------------------------------------- # Virtual environments / env files # ----------------------------------------------------------------------------- .venv/ env/ venv/ ENV/ .env # ----------------------------------------------------------------------------- # Testing / coverage # ----------------------------------------------------------------------------- .pytest_cache/ .cache/ .mypy_cache/ .tox/ .nox/ .coverage .coverage.* coverage.xml htmlcov/ # ----------------------------------------------------------------------------- # Editor / IDE # ----------------------------------------------------------------------------- .vscode/ .idea/ *.sublime-project *.sublime-workspace *.swp *~ # ----------------------------------------------------------------------------- # macOS # ----------------------------------------------------------------------------- .DS_Store # ----------------------------------------------------------------------------- # Logs / database / local files # ----------------------------------------------------------------------------- *.log *.sqlite3 instance/ local_settings.py # ----------------------------------------------------------------------------- # Docker # ----------------------------------------------------------------------------- docker-compose.override.yml docker-compose.*.local.yml # Local/test artifacts # ----------------------------------------------------------------------------- coverage/ test-output/

Latest Blog Posts

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/rakeshsun/mcpdocker'

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