Async Rust MCP server for Palo Alto Networks PAN-OS firewalls — bearer-token auth, per-token device/tool scopes, guarded candidate-config lifecycle
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rustpanosmcp": {
"command": "cargo",
"args": [
"run",
"--",
"rustpanosmcp"
]
}
}
}
Run in terminal:
claude mcp add rustpanosmcp cargo run -- rustpanosmcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rustpanosmcp": {
"command": "cargo",
"args": [
"run",
"--",
"rustpanosmcp"
]
}
}
}