Loading MCP server directory, please wait...
MCP server for Cisco Umbrella's deployment, admin, policy, reporting, and investigate APIs.
npx @getmcp/cli add io.github.WYRE-AI/cisco-umbrella-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
CISCOUMBRELLA_API_KEYCisco Umbrella API Key, from Admin > API Keys (or Console Settings > API Keys for Multi-org/MSP) in the Umbrella admin console.
CISCOUMBRELLA_API_SECRETCisco Umbrella API Secret paired with the API Key. Shown only once at creation and cannot be retrieved later.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/cisco-umbrella-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"CISCOUMBRELLA_API_KEY",
"-e",
"CISCOUMBRELLA_API_SECRET",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/cisco-umbrella-mcp:v1.0.0"
],
"env": {
"CISCOUMBRELLA_API_KEY": "",
"CISCOUMBRELLA_API_SECRET": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}