We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ryosuke-Mohri/Asana_MCP_RestAPI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•530 B
# Asana Guard MCP Server - Environment Variables
# Copy this file and fill in values. NEVER commit actual secrets.
# Asana workspace GID (find via Asana API or admin console)
ASANA_WORKSPACE=
# Proxy (set if behind corporate proxy)
HTTPS_PROXY=http://your-proxy-host:port
# Custom CA certificate bundle (if corporate proxy does SSL inspection)
# REQUESTS_CA_BUNDLE=C:\path\to\ca-bundle.crt
# Log directory (defaults to ./logs)
# LOG_DIR=C:\path\to\logs
# Timeouts (seconds)
# ASANA_CONNECT_TIMEOUT=10
# ASANA_READ_TIMEOUT=30