Skip to main content
Glama

MCP Standards

by airmcp-com
.gitignore835 B
# 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

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