cortex-mcp-server

influez/cortex-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 22d ago
Palo Alto Cortex MCP Server on Claude Desktop
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cortex-mcp-server": {
      "command": "uvx",
      "args": [
        "cortex-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cortex-mcp-server