Skip to main content
Glama
devcontainer.json1.09 kB
{ "name": "Python 3", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm", "customizations": { "codespaces": { "openFiles": [ "README.md", "streamlit-access-app/streamlit_access_app.py" ] }, "vscode": { "settings": {}, "extensions": [ "ms-python.python", "ms-python.vscode-pylance" ] } }, "updateContentCommand": "[ -f packages.txt ] && sudo apt update && sudo apt upgrade -y && sudo xargs apt install -y <packages.txt; [ -f requirements.txt ] && pip3 install --user -r requirements.txt; pip3 install --user streamlit; echo '✅ Packages installed and Requirements met'", "postAttachCommand": { "server": "streamlit run streamlit-access-app/streamlit_access_app.py --server.enableCORS false --server.enableXsrfProtection false" }, "portsAttributes": { "8501": { "label": "Application", "onAutoForward": "openPreview" } }, "forwardPorts": [ 8501 ] }

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/pythondev-pro/egw_writings_mcp_server'

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