Skip to main content
Glama

MCP Standards

by airmcp-com
.gitignore•1.33 kB
# Environment and secrets .env *.key *.pem # Database files *.db *.db-shm *.db-wal *.sqlite *.sqlite-journal *.sqlite-wal # 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/ ENV/ env/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # OS .DS_Store Thumbs.db # Logs *.log logs/ # Temporary tmp/ temp/ *.tmp docs/guides/PUBLISHING.md # MCP cache .mcp-cache/ .claude-flow/ .mypy_cache/ .ruff_cache/ # Local config overrides .mcp.json # Package build artifacts *.whl pip-wheel-metadata/ # Coverage reports .coverage.* coverage.xml nosetests.xml # Jupyter .ipynb_checkpoints/ *.ipynb # macOS .AppleDouble .LSOverride # Claude Flow generated files .claude/settings.local.json .mcp.json claude-flow.config.json .swarm/ .hive-mind/ .claude-flow/ 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/* *.db *.db-journal *.db-wal *.sqlite *.sqlite-journal *.sqlite-wal claude-flow # Removed Windows wrapper files per user request hive-mind-prompt-*.txt

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