Skip to main content
Glama
.gitignore4.23 kB
# ============================================================================= # Environment and Secrets # ============================================================================= .env .env.local .env.*.local *.key *.pem *.p12 *.pfx credentials.json secrets.json # ============================================================================= # Node.js / npm # ============================================================================= node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .npm .yarn-integrity package-lock.json # ============================================================================= # 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 uv.lock # Virtual environments venv/ ENV/ env/ .venv/ .virtualenv/ # ============================================================================= # Database Files # ============================================================================= *.db *.db-shm *.db-wal *.sqlite *.sqlite3 *.sqlite-journal *.sqlite-wal # ============================================================================= # IDE and Editors # ============================================================================= .vscode/ .idea/ *.swp *.swo *~ .project .classpath .settings/ *.sublime-project *.sublime-workspace # ============================================================================= # Testing and Coverage # ============================================================================= .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ coverage.xml nosetests.xml *.cover .hypothesis/ # ============================================================================= # Operating System # ============================================================================= # macOS .DS_Store .AppleDouble .LSOverride ._* # Windows Thumbs.db ehthumbs.db Desktop.ini # Linux *~ # ============================================================================= # Logs and Temporary Files # ============================================================================= *.log logs/ tmp/ temp/ *.tmp *.temp *.bak *.backup # ============================================================================= # MCP and AgentDB # ============================================================================= .mcp-cache/ .mcp-standards/ .agentdb/ # ============================================================================= # Claude Flow / AI Coordination # ============================================================================= .claude-flow/ .swarm/ .hive-mind/ memory/ coordination/ memory/claude-flow-data.json memory/sessions/* !memory/sessions/README.md memory/agents/* !memory/agents/README.md coordination/memory_bank/* coordination/subtasks/* coordination/orchestration/* hive-mind-prompt-*.txt # Claude Code local settings .claude/settings.local.json # ============================================================================= # Build Artifacts # ============================================================================= *.whl pip-wheel-metadata/ *.tgz *.tar.gz # ============================================================================= # Jupyter # ============================================================================= .ipynb_checkpoints/ *.ipynb # ============================================================================= # Linting and Type Checking # ============================================================================= .mypy_cache/ .ruff_cache/ .pylint.d/ .eslintcache # ============================================================================= # Local Configuration Overrides # ============================================================================= .mcp.json claude-flow.config.json config.local.json # ============================================================================= # Archive-Specific (kept for reference) # ============================================================================= # Removed in cleanup - add back if generated during testing # docs/guides/PUBLISHING.md

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/airmcp-com/mcp-standards'

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