Skip to main content
Glama

IMAP MCP Server

by non-dirty
pytest.ini836 B
[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # Make sure integration tests run after unit tests python_files_order = file_name file_order_priorities = tests/integration/test_*.py=-1 # Mark integration tests to make them easier to skip markers = unit: Unit tests (default) integration: Integration tests requiring actual services gmail: Tests specific to Gmail integration oauth2: Tests using OAuth2 authentication app_password: Tests using app password authentication slow: Tests that take a long time to run script_test: Tests for scripts in the scripts directory # Log configuration log_cli = True log_cli_level = ERROR log_format = %(asctime)s %(levelname)s %(message)s log_date_format = %Y-%m-%d %H:%M:%S addopts = #--strict-markers -v

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/non-dirty/imap-mcp'

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