← Back to Plugins
MCP Server MCP

Cisco Meraki

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/meraki-mcp:v1.1.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/meraki-mcp:v1.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cisco Meraki Dashboard API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MERAKI_API_KEY"
        },
        {
          "description": "Default Meraki organization ID (optional)",
          "format": "string",
          "name": "MERAKI_ORG_ID"
        },
        {
          "description": "Override the Meraki API base URL (optional)",
          "format": "string",
          "name": "MERAKI_BASE_URL"
        },
        {
          "description": "Safety switch. When true (the default), all write operations are blocked. Set to false to enable writes.",
          "format": "string",
          "default": "true",
          "name": "READ_ONLY_MODE"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...