Skip to main content
Glama
.dockerignore994 B
# ============================================================================= # OmniMCP Docker Ignore # ============================================================================= # Git .git/ .gitignore .github/ # 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 MANIFEST # Virtual environments .venv/ venv/ ENV/ env/ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Environment files (secrets) .env .env.* !.env.example # Local data (should be mounted) /data/ *.db *.sqlite # Qdrant local storage qdrant_storage/ # Tool offloaded data tool_offloaded_data/ # Documentation (not needed in image) docs/ *.md !README.md # CI/CD .github/ # Misc *.log *.tmp .DS_Store Thumbs.db # Claude/AI config .claude/ .mcp.json mcp_config.json # Lock files that aren't needed package-lock.json yarn.lock pnpm-lock.yaml

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/milkymap/omnimcp'

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