Cisco Meraki

MCP server for the Cisco Meraki Dashboard: networks, devices, wireless, switch, appliance.

stdiocommunityservice

Package Details

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:true

Safety switch. When true (the default), all write operations are blocked. Set to false to enable writes.

MCP_TRANSPORT(str)
Default:stdio

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE(str)
Default:env

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error