Skip to main content
Glama
.gitignore1.11 kB
# 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/ venv/ ENV/ env/ # uv .uv/ # Testing .pytest_cache/ .coverage coverage.xml htmlcov/ .tox/ .nox/ # E2E test results (generated, not tracked) test-results/*.xml test-results/*.log test-results/*.json test-results/e2e-test-result_*.md test-results/screenshots/ test-results/videos/ test-results/archive/ # IDEs and editors .idea/ .vscode/ *.swp *.swo *~ .project .pydevproject .settings/ # OS files .DS_Store Thumbs.db # Environment variables (keep .env.example tracked) .env .env.local .env.*.local !.env.example # Logs *.log logs/ # Token cache (sensitive - never commit) token_cache.bin *.bin # Temporary files *.tmp *.temp .cache/ # Linting/formatting cache .ruff_cache/ .mypy_cache/ # Security scanning .bandit/ # Documentation builds docs/_build/ site/ # Runtime directories # Note: checklists/ and processes/ directories ARE tracked # They contain example files for the MCP server

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/DauQuangThanh/sso-mcp-server'

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