MERAKI_API_KEY="Meraki API Key here"
MERAKI_ORG_ID="Meraki Org ID here"
# Optional: Enable/disable caching (default: true)
# Caches GET/read-only operations to reduce API calls and improve performance
ENABLE_CACHING=true
# Optional: Cache time-to-live in seconds (default: 300 = 5 minutes)
# How long to keep cached responses before fetching fresh data
CACHE_TTL_SECONDS=300
# Optional: Enable read-only mode (default: false)
# When true, blocks all write operations (create/update/delete)
# Useful for safe exploration without risking changes
READ_ONLY_MODE=false
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/MKutka/meraki-magic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server