Skip to main content
Glama
.dockerignore693 B
# Git files .git .gitignore # Docker files .dockerignore Dockerfile # Python virtual environments .venv venv env ENV # Python bytecode and cache __pycache__/ *.py[cod] *$py.class # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller # Usually only relevant if you are building executables with PyInstaller # *.spec # Pytest .pytest_cache/ .coverage htmlcov/ # Jupyter Notebook .ipynb_checkpoints # VS Code .vscode/ # Local secrets or config (if any, be careful not to commit real secrets) # .env # config.local.yaml # OS-specific files .DS_Store Thumbs.db

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/GetSherlog/Sherlog-MCP'

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