Skip to main content
Glama
.gitignore473 B
# Environment variables (CRITICAL - contains secrets) .env # Context files (internal session data) context/ # Python cache and compiled files __pycache__/ *.py[cod] *$py.class *.so .Python # Virtual environments venv/ env/ ENV/ # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Token cache (MSAL creates this) token_cache.bin .msal_token_cache # Testing .pytest_cache/ .coverage htmlcov/ # Distribution dist/ build/ *.egg-info/

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/eesb99/msgraph-mcp'

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