Skip to main content
Glama
.gitignore1.65 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 MANIFEST # Environment files .env .env.local .env*.local .venv/ venv/ ENV/ env/ .env/ .venv/ env.bak/ venv.bak/ # IDE and Editor .vscode/ .idea/ *.swp *.swo *.swn # Database files *.sqlite *.db *.sqlite3 # Logs and runtime data *.log *.pid *.seed *.pid.lock # Dependency directories node_modules/ jspm_packages/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Build output output/ build/ dist/ target/ # Documentation build docs/_build/ docs/bill-status/ docs/congress-api/ docs/govinfo-api/ docs/govinfo-bulk-data/ docs/govinfo-collections/ # Data files that should not be tracked data/govinfo_downloads.db govinfo_data/ # Ingestion results and progress files ingestion_results.json ingestion_progress.log congress_data/ # Cache files .mypy_cache/ .crush/ .qodo/ .ruff_cache/ # Test and coverage .coverage *.cover .tox/ .nyc_output/ .coverage.* .pytest_cache/ # Debug files debug_output.html *.prof # Shell scripts and temporary files *.sh *.bash *.zsh *.fish *.tmp *.bak *.backup *~ *.orig # Configuration files that may contain sensitive data config/*.py !config/__init__.py # GitHub project and issue templates github_issues_template.md github_project_v2_template.md setup_github_project.py # Issue JSON files issue_*.json # Large files and datasets *.zip *.tar *.gz *.rar *.7z *.dmg *.iso # Python version and tool configuration files .python-version .tool-versions .envrc uv.toml # Test data test_data/

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/cbwinslow/opendiscourse_mcp'

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