Skip to main content
Glama

Global MCP Server

by Apofenic
.dockerignore1.09 kB
# Docker ignore file for Global MCP Server # Excludes unnecessary files from Docker build context # Git and version control .git .gitignore .gitattributes # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ env/ ENV/ .venv/ .env/ # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Testing and coverage .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ coverage.xml *.cover .hypothesis/ # Documentation docs/ *.md !README.md # Logs *.log logs/ # OS generated files .DS_Store? ehthumbs.db Icon? Thumbs.db # Temporary files *.tmp *.temp .tmp/ .temp/ # Docker files (no need to copy into container) Dockerfile* docker-compose*.yml .dockerignore # CI/CD .github/ .gitlab-ci.yml .travis.yml Jenkinsfile # Local development .env.local .env.development .env.test node_modules/ npm-debug.log* # Database files *.db *.sqlite *.sqlite3 # Cache directories .cache/ .parcel-cache/ # Backup files *.bak *.backup

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/Apofenic/globalmcp'

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