Skip to main content
Glama
.gitignore427 B
# Build artifacts *.egg-info/ dist/ build/ # Virtual Environment .venv/ venv/ env/ # Python __pycache__/ *.py[cod] *.pyo *.pyd .Python # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log # Local data (DO NOT COMMIT - contains personal email data) OutlookMCP/ chroma_db/ *.db # Test files test_image.png test_*.py # Environment variables (API keys) .env .env.local # Outlook data cache email_cache/

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/dongwoosuk/outlook-mcp'

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