io.github.wyre-technology
meraki-mcp
Cisco Meraki
MCP server for the Cisco Meraki Dashboard: networks, devices, wireless, switch, appliance.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/meraki-mcp:v1.0.2
Transportstdio
Environment Variables
MERAKI_API_KEY(str)
RequiredSecret
Cisco Meraki Dashboard API key
MERAKI_ORG_ID(str)
Default Meraki organization ID (optional)
MERAKI_BASE_URL(str)
Override the Meraki API base URL (optional)
READ_ONLY_MODE(str)
Default:
trueSafety switch. When true (the default), all write operations are blocked. Set to false to enable writes.
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error